Re: Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-14 Thread Timothy Bish
On 02/14/2018 07:06 AM, bittusrivastava wrote: Thanks for reply. how to use MessageAnnotation. i tried reading documentation but couldn't find any useful resource. for example if i have to set attribute "x-opt-delivery-delay" how can we do it. Thanks -- Sent from:

Re: Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-14 Thread bittusrivastava
Thanks for reply. how to use MessageAnnotation. i tried reading documentation but couldn't find any useful resource. for example if i have to set attribute "x-opt-delivery-delay" how can we do it. Thanks -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-12 Thread Timothy Bish
On 02/12/2018 01:58 AM, bittusrivastava wrote: Thanks for response. I couldn't find where i can set those header in AMQP.net library. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html They would be set in the MessageAnnotations on the message that you want to

Re: Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-11 Thread bittusrivastava
Thanks for response. I couldn't find where i can set those header in AMQP.net library. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-11 Thread Tim Bain
If the library you use allows you to set custom headers on the AMQP message, you should be able to set the headers described in https://issues.apache.org/jira/browse/AMQ-6037 to send scheduled messages over AMQP. Tim On Feb 9, 2018 3:18 AM, "bittusrivastava" wrote: >

Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-09 Thread bittusrivastava
Hi, I have seen that scheduling facility available in ActiveMQ. but i am using amqp.netLibrary for sending messages on amqp protocol using broker activeMQ. i tried to google as how i can schedule a message using amqp.net library. but i didnt find any . Please help me on this . Thanks -- Sent