Remote Durable Subscriber not receiving messages, but able to send

2010-05-27 Thread Kalpana Jalawadi
Hi, I've the below cluster set up for my application: Machine 1: Publisher Process, Subscriber Process, ActiveMq broker service Machine 2: Subscriber Process Both the m/cs are in the same network. My Subscriber processes ping the Publisher process only on startup; otherwise they only receive m

javax.jms.InvalidClientIDException

2010-05-06 Thread Kalpana Jalawadi
Hi, I get javax.jms.InvalidClientIDException exception while creating the jms connection once in a while, inspite of passing a unique client id. Unable to reproduce the problem consistently, I'm deploying my app in tomcat. Below is the code snippet: connectionFactory = new ActiveMQConnectionFact

Re: AdvisoryConsumer

2010-04-30 Thread Kalpana Jalawadi
t; Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Fri, Apr 30, 2010 at 8:57 AM, Kalpana Jalawadi < > kalpana.jalaw...@gmail.com> wrote: > >> >> Hi, >> >

AdvisoryConsumer

2010-04-29 Thread Kalpana Jalawadi
Hi, I'm using AdvisoryConsumer in my MessageProducer to listen to the consumers activities. On a consumer shutdown, I would want to perform some cleanup job. Below is the code: Topic advisoryTopic = AdvisorySupport .getConsumerAdvisoryTopic((ActiveMQDestination) JMSConnec

Re: Using FailoverTransport

2010-04-26 Thread Kalpana Jalawadi
g/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/failover/FailoverConsumerTest.java?view=markup > > On 24 April 2010 09:43, Kalpana Jalawadi > wrote: > >> >> Hi, >> Thanks for the reply. >> Below is the code snippet I'm u

Re: Using FailoverTransport

2010-04-24 Thread Kalpana Jalawadi
rt-reference.htm<http://activemq.apache.org/failover-transport-reference.html>l > for more info. > > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ &

Using FailoverTransport

2010-04-23 Thread Kalpana Jalawadi
Hi, Could anybody post a code snippet for acquiring a connection & session over a FailoverTransport. Thanks in advance. -- View this message in context: http://old.nabble.com/Using-FailoverTransport-tp28338986p28338986.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.