Re: Active MQ Shared File System Master Slave with Elastic File System

2017-10-31 Thread Tim Bain
It also probably wouldn't be that hard for you to implement a Zookeeper-based Locker if that sounded more appealing than a SQL database, since it sounds like you might feel negatively about using an RDBMS. If you do, we'd love have you donate it back to the community if your company would allow

Re: Active MQ Shared File System Master Slave with Elastic File System

2017-10-31 Thread Johan Edstrom
Using JDBC you can get both. > On Oct 31, 2017, at 4:06 PM, akhil wrote: > > Hello Everyone , > > I just had an issue today

Re: Getting this exception when trying to start the Active MQ from services.msc in my local machine

2017-10-31 Thread Timothy Bish
On 10/31/2017 02:47 AM, jchaitanyak wrote: I am using the apache MQ 5.12 2017-10-31 11:59:01,113 ERROR RequestOut.ExceptionRaised - == Exception Details Begin = ErrorMsg:Error connecting to localhost:8161. StackTrace: at SUMMITMQ.RequestOut.StartReceiver() at

Re: MQTT Subscriber gets disconnected frequently when there are large number of MQTT clients connected

2017-10-31 Thread Tim Bain
OK. Those log lines indicate that the far side of the connection (the client) closed the connection when the near end (the broker) wasn't expecting it. The root cause may be something on the broker's side (for example, the broker got so busy that it stopped responding to the client, who reacted by