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: Question about rollbackOnlyOnAsyncException (AMQ-3166)

2018-02-11 Thread alprausch77
Hello Tim. Thank you for your suggestion but I already checked the GC (forgot to mention it). The times of the slow JMS sends doesn´t correlate with the garbage collector events. Btw: we use CMS as collector. Any other ideas? Thanks. Joachim -- Sent from:

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: >