WIP: [AMQ-8320] Add JMS 2.0 JMSProducer deliveryDelay support#1157
WIP: [AMQ-8320] Add JMS 2.0 JMSProducer deliveryDelay support#1157mattrpav wants to merge 1 commit intoapache:mainfrom
Conversation
|
Seems like the same code as the old PR, so same comment from before:
|
|
It also now occurs to me it may not handle foreign providers Message properly since it seemingly doesnt call setJMSDeliveryTime at all on send (unless thats being done elsewhere already...though doesnt seem obvious it could know the value to use). Although the PR title makes it clear that it does, it also seems weird this change only covers the JMSProducer API related code, and misses out the MessageProducer related API, when delivery delay support applies equally to both (and the underlying send code is used for both). |
|
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
ref: #982