Re: AMQ CPP Consumer Receive() and receiveNoWait() does not return

2018-03-30 Thread JackOfAllTrades
Ok, two years later and I am trying to update again, but still have the same problem. Is there anybody out there that has any insight to why the receive methods to do return? What else do I need to post here to get a handle on this? -- Sent from:

Re: AMQ CPP Consumer Receive() and receiveNoWait() does not return

2016-04-28 Thread JackOfAllTrades
: http://activemq.2283324.n4.nabble.com/AMQ-CPP-Consumer-Receive-and-receiveNoWait-does-not-return-tp4703485p4711339.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AMQ CPP Consumer Receive() and receiveNoWait() does not return

2015-11-04 Thread spamtrap
On Tue, 3 Nov 2015 11:08:29 -0800 (PST), JackOfAllTrades wrote: >All I can do at the moment > > > >auto_ptr factory( new ActiveMQConectionFactory >(MY_BROKER_URL)); > >cms::Connection* conxn=null; >conxn=factory->CreatConnection(); > >auto_ptr

Re: AMQ CPP Consumer Receive() and receiveNoWait() does not return

2015-11-04 Thread JackOfAllTrades
Where or how does one set the prefetch policy for each connection? -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-CPP-Consumer-Receive-and-receiveNoWait-does-not-return-tp4703485p4703668.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AMQ CPP Consumer Receive() and receiveNoWait() does not return

2015-11-03 Thread JackOfAllTrades
fine under 2.4.4. all calls to receive now hang.they just don't return. auto_ptr myConsumer; -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ-CPP-Consumer-Receive-and-receiveNoWait-does-not-return-tp4703485p4703642.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AMQ CPP Consumer Receive() and receiveNoWait() does not return

2015-11-02 Thread spamtrap
On Thu, 29 Oct 2015 07:21:19 -0700 (PDT), JackOfAllTrades wrote: >I'm trying to update to AMQ CPP 3.9.0. > >The calls to the consumer receive() and receiveNoWait() will not return. >There are messages available on the queue. Older version 2.4.4 worked. > >Anybody have any

AMQ CPP Consumer Receive() and receiveNoWait() does not return

2015-10-29 Thread JackOfAllTrades
.n4.nabble.com/AMQ-CPP-Consumer-Receive-and-receiveNoWait-does-not-return-tp4703485.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.