Re: Disable advisory for ActiveMQ broker

2014-02-25 Thread khandelwalanuj
Hi, I tried setting connection URI in broker config as: * * but still it is creating advisories for tmp topics. But when I changed configuration on client side and make "watchTopicAdvisories=false" in client consiguration, I can avoid tmp advisories. Is there a way to di

Re: Selectors not working in STOMP over sockjs spring integration setup

2014-02-25 Thread artnaseef
Did you check some of the basics? For example - looking at the message on the broker with the webconsole or via jmx to ensure the header is set on the message? Also jmx can be used to verify the selector set by the client. Sent from my iPhone > On Feb 25, 2014, at 2:32 PM, "legolas [via Act

RE: Tomcat - JMX Failure

2014-02-25 Thread rdifrango
The biggest thing I did is go from: activeMqBroker.startAllConnectors(); to activeMqBroker.start(); I will say it seems as if bootstrapping within Tomcat like this seems flaky so I'm going to continue working on it. From: artnaseef [via ActiveMQ] [ml-n

activeMQ 5.9 not starting on cygwin on Win7

2014-02-25 Thread mhew
Hello, I'm new to activemq and probably my question is very basic. I downloaded 5.9.0 binary for Unix and followed the getting started guide . However, when running bin/activemq I get the following syntax err

Re: does AUTO_ACKNOWLEDGE guarantee once and only once semantic for queue consumer?

2014-02-25 Thread Gary Tully
in the absense of xa, I think we can do better with the redeliveryflag such that it can be used as a reliable indication of duplicate dispatch. In that way, an application can avoid doing duplicate checks when the flag is not set, even after a broker failure. It will come as a cost, but it opens u

Re: what's the status of activemq real time?

2014-02-25 Thread Robert Davies
On 25 Feb 2014, at 09:31, Li Li wrote: > what's the status of this sub project? is there any real world use > case? what's the desgin difference compared to non-realtime version? The purpose was to to do peer-to-peer messaging, and to try out different reliable multicast implementations. The p

Re: Slow KahaDB access

2014-02-25 Thread xabhi
Please respond - Abhi -- View this message in context: http://activemq.2283324.n4.nabble.com/Slow-KahaDB-access-tp4677915p4678345.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

what's the status of activemq real time?

2014-02-25 Thread Li Li
what's the status of this sub project? is there any real world use case? what's the desgin difference compared to non-realtime version?