Re: ActiveMQ-CPP message priority

2015-10-01 Thread spamtrap
On Fri, 25 Sep 2015 12:01:15 -0400, Timothy Bish wrote: >On 09/25/2015 11:44 AM, spamtrap wrote: >> On Fri, 25 Sep 2015 11:34:56 -0400, Timothy Bish >> wrote: >> >>> On 09/25/2015 11:29 AM, spamtrap wrote: If you set the message priority with

ActiveMQ-CPP message priority

2015-09-25 Thread spamtrap
If you set the message priority with cms::Message::setPriority() and then send the message with cms::MessageProducer::send() then the priority of the message is ignored and the message is sent with the default priority of the MessageProducer. This seems like a bug to me.