Re: when I set the connection.sendTimeout=1000 to the connection uri.The program throw the excepton: Invalid connect parameters

2016-07-11 Thread Tim Bain
To be clear: are you using the CMS (C++) library to whose documentation you referred? Or are you using the Java or C# (NMS) APIs? Also, you're more likely to get a response if you post the code in question rather than just describing it. Tim On Jul 11, 2016 7:32 AM, "hexiaojuan" wrote: > hi al

when I set the connection.sendTimeout=1000 to the connection uri.The program throw the excepton: Invalid connect parameters

2016-07-11 Thread hexiaojuan
hi all, when I set the uri of ActiveMQConnectionFactory, I set the connection.sendTimeout=1000,the program throw the execption:Invalid connect parameters. I learn from this wiki--- "http://activemq.apache.org/cms/configuring.html " to know that it is true when I set that.anyone can tell me how

Re: Activemq-cpp request-response

2016-07-11 Thread LeBro
It works. Thank you. Now there is another question: How to set up a consumer waiting forever? The timelimit can be set by waitmillis=-1, but what about deactivating the shutdown after a predefined number of messages? Thanks in advance. -- View this message in context: http://activemq.228332

Re: Need help to Improve ActiveMQ performance

2016-07-11 Thread Martyn Taylor
Hi Raghu, It may also be worth considering ActiveMQ Artemis in your evaluation. It has a complete blocking architecture end to end and can delivery excellent performance. https://activemq.apache.org/artemis/ Regards Martyn On Mon, Jul 4, 2016 at 12:29 PM, Gary Tully wrote: > to have a guar