Re: TransportListener callback

2010-08-16 Thread vv
Can any out of order processing of the Transport Listener events(interrupted/resumed) and onMessage callback happen? i.e. if the link is unstable, and at the same time the producer keeps sending the messages to the consumer.. vv wrote: > > Hi, > > Does the TransportListener &

Re: TransportListener callback

2010-08-16 Thread vv
Hi, Does the TransportListener & the Rx Message Listener(OnMessage) be called from the same thread/context? during a transient link down/up event will the transportInterrupted & transportResumed ,onmessage callback function be called simulataneously. i.e. can there be a thread switching between t

ActiveMQ Transport Listener not called when LAN cable disconnect/Network Unreachable

2010-08-02 Thread vv
Hi, We are using ActiveMQ Transport Listener to receive "Transport INterrupted/Resumed" from an ActiveMQ Consumer.But when the Network is unreachable to the producer, the transport interrupted handler is not getting called. Even adjusting the tcp timeout setting in kernel doesnt help. However wh

Re: Duplicate messages with a Durable Subscriber with networked brokers

2010-05-19 Thread vv
hi, do you face any problems with the network of brokers, when the brokers get disconnected and then gets reconnected again?. in a 2 nodes, network-of-brokers when the 2 brokers gets disconnected due to a communication failure, will each of the brokers acquire the lock to become the master..late

Message Loss in ActiveMQ Cluster

2010-05-18 Thread vv
I've created a cluster with 2 Brokers (e.g. A, B). The brokers A, B will receive messages from other brokers (e.g C,D which are not part of the cluster) thru' a Durable Topic. The messages sent by C, D should be independetly received by broker A, B. ie. A should receive copy of message sent by C &