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

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

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

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

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

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.

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: 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

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