You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see there are some already supported message annotations options in AmqpMessage like withAddress(String) and WithId(String) but no option to add any other message annotation with name and value, could be With(String,String). This would allow support for scheduled messages interoperability with JMS. Artemis uses the annotations x-opt-delivery-time and x-opt-delivery-time for scheduling messages. I had raised this issue on mutiny reactive messaging here and saw it depends on this client.
The text was updated successfully, but these errors were encountered:
I can see the that the org.apache.qpid.proton.message.Message under the hood has getMessageAnnotations and set setMessageAnnotations and these are the same annotations used by ActiveMQ in this class InboundTransformer to map the AMQP x-opt-delivery-* annotations to the JMS ScheduledMessage.AMQ_SCHEDULED_* properties.
I can see there are some already supported message annotations options in
AmqpMessage
likewithAddress(String)
andWithId(String)
but no option to add any other message annotation with name and value, could beWith(String,String)
. This would allow support for scheduled messages interoperability with JMS. Artemis uses the annotationsx-opt-delivery-time
andx-opt-delivery-time
for scheduling messages. I had raised this issue on mutiny reactive messaging here and saw it depends on this client.The text was updated successfully, but these errors were encountered: