Dead lock when queue message volume is high

2018-01-12 Thread Ravi Kumar
work with any amount on messages. Thanks Ravi

Re: org.apache.activemq.broker.TransportConnection.Transport - Transport Connection to: tcp://XX.XX.XXX.XXX:5445 failed: java.io.EOFException

2017-03-05 Thread Ravi Kumar
Check if the IP 10.33.168.186 belongs to any load balancer. If so then if healthcheck is enabled at load balancer level then you will get such messages. On Sat, Mar 4, 2017 at 4:30 AM, Daivish Shah wrote: > We have following Configuration in Activemq.XML > > > > >

Monitor ActiveMQ Brokers

2016-08-07 Thread Ravi Kumar
Hi Folks, I have ActiveMQ servers configured based on country and all brokers are connected to one master server. I noticed sometime master broker or any of country specific broker is not responding due to Java memory issue. Is there any tool available to monitor all the connected brokers and noti

Two messages printed on publish to MQTT topic

2015-03-18 Thread Ravi Roopreddy
I publish a MQTT message to Apache Apollo broker with QOS=EXACTLY_ONCE. I see the following two messages printed in broker logs. It is puzzling to see second one with "qos=AT_MOST_ONCE, messageId=0". Assuming this is printed as it is received and then when it is queued to the topic? 2015-03-19

STOMP Vs RESTful to consume incoming messages

2011-09-05 Thread Ravi Julapalli
ActiveMQ does provide REST interfaces to consume messages.  However I am not fully sure of what advantages REST might have over STOMP and vice versa.  I will greatly appreciate if someone can provide a bit more information for us to be able to make a informed decision.  best regards,  Ravi

ActiveMQ Production worthiness

2011-06-10 Thread Ravi
We are considering ActiveMQ for production and somebody pointed to us the following link. Anyone comment on the issues pointed out here ? http://goodstuff.im/activemq-not-ready-for-prime-time Thank you Ravi

Re: websockets in 5.4.0: Anyone got the clients working ? ...

2010-10-06 Thread Ravi
Dejan any updates ? WebSockets was an attractive feature we were hoping to use easily. Thank you so much. On Mon, Sep 20, 2010 at 12:03 AM, Dejan Bosanac wrote: > Hi Ravi, > > it worked for me at the time I created it. > > I'll revisit it again soon and see to integra

Exception when using bin/activemq query or list ...

2010-09-29 Thread Ravi
The command line bin/activemq list throws the following error (we first tried to access the broker through web console, but no response) ... Anyone know what the problem might be. Is the broker state hosed and we need to restart ? ERROR: java.lang.RuntimeException: Failed to execute list task. Re

Re: websockets in 5.4.0: Anyone got the clients working ? ...

2010-09-19 Thread Ravi
Anyone ? On Thu, Sep 16, 2010 at 2:19 PM, Ravi wrote: > > > browser: Chrome OS: Ubuntu 10.4 > > I followed the instructions for both stomple & stomp-websockets (Clients > section http://activemq.apache.org/websockets.html) > There is no indication either one

websockets in 5.4.0: Anyone got the clients working ? ...

2010-09-16 Thread Ravi
browser: Chrome OS: Ubuntu 10.4 I followed the instructions for both stomple & stomp-websockets (Clients section http://activemq.apache.org/websockets.html) There is no indication either one can connect to the broker successfully. Anyone got either of them working ? What's the sauce I am missin

Re: Thoughts on production worthiness of 5.4 ...

2010-08-30 Thread Ravi
beta2 ... (means still being 'soaked') 5.4 stable (means 'may not have bleeding edge features, but has no known issues either). On Mon, Aug 30, 2010 at 1:29 AM, Dejan Bosanac wrote: > Hi Ravi, > > there has been a lot of improvements since 5.0 and many people uses > l

Thoughts on production worthiness of 5.4 ...

2010-08-27 Thread Ravi
- Virtual destination of Topics/Queues - Kaha DB - Master/slave (especially ability to recover as documented by copying slave data dir to master) (the concern is not about message rate, basic stability - ability to run for months without restarts) Thank you Ravi