Re: Artemis - Cannot get scheduled messages to work with AMQP and Topic

2017-10-18 Thread Matthias Hanisch
, Matthias 2017-10-18 17:13 GMT+02:00 Timothy Bish : > On 10/18/2017 11:09 AM, Matthias Hanisch wrote: > >> This seems to be a qpid problem. I debugged through the code and my >> delivery time above gets overwritten. >> Currently you can only set it using >>

Re: Artemis - Cannot get scheduled messages to work with AMQP and Topic

2017-10-18 Thread Matthias Hanisch
This seems to be a qpid problem. I debugged through the code and my delivery time above gets overwritten. Currently you can only set it using producer.setDeliveryDelay(6); And then scheduled messages work. So sorry for the noise. 2017-10-18 15:49 GMT+02:00 Matthias Hanisch

Artemis - Cannot get scheduled messages to work with AMQP and Topic

2017-10-18 Thread Matthias Hanisch
Hi, I would like to send a message deferred on a topic (multicast address), but my problems is that the listener immediately receives the message. The producer is build based on qpid-jms-client 0.25. I have tried to set JMSDeliveryTime and/or _AMQ_SCHED_DELIVERY messsage property in the following

Re: How to put "properties" on a message so they are accessible later

2017-10-11 Thread Matthias Hanisch
Hi, let me explain a similar use case what we would use to show that there is a demand for modification of application properties: We would like to enrich an AMQP message with additional application properties for better filtering and message routing. As far as I understood from the discussion b