iOS 6 Support

2013-05-14 Thread kreynold
Hi, I'm trying to connect an iPad to ActiveMQ via websockets in the browser. I am using the latest version of the stomp-websocket library. Everything works fine in Chrome on the desktop. However, it can connect and subscribe to topics on Safari on the iPad, receives data fine, but gets disconnec

Re: Connecting to broker slows down

2013-05-14 Thread Gary Tully
maybe post a thread dump of the broker. possibly if connections are not pooled and are never released you could see this but that would be reflected in fds and threads in use (so would appear as a memory leak). On 14 May 2013 13:41, Priit wrote: > Hey > > > I have a problem with the broker itself

Re: Re:Re: Question regarding networkConnectors

2013-05-14 Thread Raji
Iam using activemq 5.6 version AdvisorySupport.getNetworkBridgeAdvisoryTopic() is not supporting any idea? Am I missing any jar -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-regarding-networkConnectors-tp4666914p4667034.html Sent from the ActiveMQ - User mailin

Upgrading From AMQ 5.4.2

2013-05-14 Thread johneboyer
We’ve been running ActiveMQ 5.4.2 in production for over a year. I’d like to upgrade to the latest version of ActiveMQ.*Do you anticipate any problems or have any suggestions?*Thank you,John Boyer -- View this message in context: http://activemq.2283324.n4.nabble.com/Upgrading-From-AMQ-5-4-2-tp

Connecting to broker slows down

2013-05-14 Thread Priit
Hey I have a problem with the broker itself slowing down over a few days of uptime. Cpu and memory utilization are both ok. But establishing a connection to the broker takes longer and longer. I'm using tcp+ssl connector. Same issue with nio and regular tcp. I have a setup of two brokers, both o

Re: Active mq 5.7 slave broker does not get the lock when the master is brought down

2013-05-14 Thread Gary Tully
are the two brokers running under the same user id? On 13 May 2013 22:49, bala_82 wrote: > Hi, > > I am using activemq 5.7 running on Linux with JDK 1.6 for setting up a > shared file system master slave broker. > > There are two activemq nodes which access a NFSV4 shared file system for > storag