Re: Failover problems when DB replication is being used

2017-08-21 Thread Venkatesh Laguduva
I am wondering if you have got the shutdownhook set so that jetty goes down properly: http://www.springframework.org/schema/beans"; class="org.apache.activemq.hooks.SpringContextHook" /> -- View this message in context: http://activemq.2283324.n4.nabble.com/Admin

Does ActiveMQQueueBrowser let us access prefetched messages as well?

2017-08-07 Thread Venkatesh Laguduva
Given that pre-fetched messages are with a particular consumer; is it possible to browse prefetched messages using ActiveMQQueueBrowser? Thanks Venkatesh Laguduva -- View this message in context: http://activemq.2283324.n4.nabble.com/Does-ActiveMQQueueBrowser-let-us-access-prefetched-messages

Queue Consumers have pending messages but they are not getting processed

2017-08-06 Thread Venkatesh Laguduva
e not getting processed. Are we right in our findings? Apart from this, is there any way we can get the messages from the prefetch buffer released from the inactive consumers? Thanks Venkatesh Laguduva -- View this message in context: http://activemq.2283324.n4.nabble.com/Queue-Consumers

Consumers from SLAVE

2015-09-23 Thread Venkatesh Laguduva
We have two servers where we have two Master(M1, M2)/Slave(S1,S2) setups - M1 is bridged with S2 and M2 with S1; we have also grouped using the multicast protocol; issue here is that in some cases for certain queue, I am setting consumers from the slave to master. is this normal? -- View this me

Re: what is the root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-22 Thread venkatesh
r every message you send? Answer: Yes Question: Is there any caching/pooling being done? Answer: No Thanks, Venkatesh -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-Root-cause-and-how-to-resolve-the-error-i-e-javax-jms-JMSException-No-buffer-space-avail-tp

Re: what is the root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-18 Thread venkatesh
raises again in future. regards, Venkatesh -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-Root-cause-and-how-to-resolve-the-error-i-e-javax-jms-JMSException-No-buffer-space-avail-tp4685440p4685691.html Sent from the ActiveMQ - User mailing list archive at

Re: what is the root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-17 Thread venkatesh
Please help me on this issue if any one have answers Thanks, Venkatesh -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-Root-cause-and-how-to-resolve-the-error-i-e-javax-jms-JMSException-No-buffer-space-avail-tp4685440p4685624.html Sent from the ActiveMQ

Re: what is the root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-15 Thread venkatesh
Hello there, Is anyone have any idea on the shown exception in the trailing post. If anyone knows please update me and give some suggestions please Thanks, Venkatesh -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-Root-cause-and-how-to-resolve-the-error-i

Re: what is the root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-11 Thread venkatesh
Hi Filippo, Thanks for your response.. Can you please let me know how to increase tcp/ip connections? we are using OS windows 2008 server Thanks, Venkatesh -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-Root-cause-and-how-to-resolve-the-error-i-e-javax

what is the toot cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-10 Thread venkatesh
autions to avoid this error. 4) what suggestions we can provide to getrid of this error Please suggest asap which helps me alot Thanks in advance... Regards, Venkatesh -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-toot-cause-and-how-to-resolve-the-error-i-e

Re: what is the Root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-10 Thread venkatesh
Is no one have any idea on the above mentioned scenario..Or else read my post..Is this forum actually helps for me? -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-Root-cause-and-how-to-resolve-the-error-i-e-javax-jms-JMSException-No-buffer-space-avail-tp4

Re: Redelivery not happening at the point of failure

2011-10-14 Thread Venkatesh Laguduva
& Regards Venkatesh Laguduva On Fri, Oct 14, 2011 at 12:42 PM, Claus Ibsen wrote: > You have two different systems capable of doing redeliveries > - ActiveMQ > - Camel > > ActiveMQ will redeliver from the beginning of the route again > Camel will redeliver at the point of the error

Re: Redelivery not happening at the point of failure

2011-10-11 Thread Venkatesh Laguduva
Well Torsten, we use Camel and redelivery always happen at the point of failure. Thanks & Regards Venkatesh Laguduva On Tue, Oct 11, 2011 at 8:49 PM, Torsten Mielke wrote: > > On Oct 11, 2011, at 2:10 PM, Venkatesh Laguduva wrote: > > > this time, message was tried from the

Redelivery not happening at the point of failure

2011-10-11 Thread Venkatesh Laguduva
ad of trying from the point of failure? am I missing something? Thanks & Regards Venkatesh Laguduva

Re: HermesJMS connects to ActiveMQ Connections without username and password

2011-09-14 Thread Venkatesh Laguduva
Thanks Torsten, it worked Thanks & Regards Venkatesh Laguduva On Wed, Sep 14, 2011 at 2:34 PM, Torsten Mielke wrote: > By default the broker does not authenticate connections from JMS clients. > If you require this, then you need to enable authentication in the broker.

HermesJMS connects to ActiveMQ Connections without username and password

2011-09-13 Thread Venkatesh Laguduva
out the username and password. Is this a bug? if not, how to fail it when the username and password were not given? Thanks & Regards Venkatesh Laguduva