Re: active mq (message expiration)

2007-12-18 Thread Gnanaprakash
Hi James, I am using ActiveMQ 4.1.1. I have two topic publishers and n number of durable subscribers as consumers. I have a network of two brokers each embedded inside jboss 4.0.3SP1 instances running behind a load balancer. The main issue I am facing is that when I restart my consumers, the o

Re: active mq (message expiration)

2007-12-18 Thread James Strachan
Using what version & what kind of messaging? On 17/12/2007, Gnanaprakash <[EMAIL PROTECTED]> wrote: > > Hi, > > I am also facing a similar issue. > > The messages are not expiring as expected and they are consumed again by the > subscribers > if we bring them down and restart again. > > We are set

Re: active mq (message expiration)

2007-12-17 Thread Gnanaprakash
Hi, Are you able to replicate this issue consistently? If yes, then can you tell me how to simulate this issue. Thanks Gnanaprakash Suchitha Koneru (sukoneru) wrote: > > Hello Active MQ users/developers , > Our application uses non persistent > embedded broker

Re: active mq (message expiration)

2007-12-17 Thread Gnanaprakash
Hi, I am also facing a similar issue. The messages are not expiring as expected and they are consumed again by the subscribers if we bring them down and restart again. We are setting the expiration TTL on client side and setting the message expiration age too. Also in the durable subscriber we

active mq (message expiration)

2007-08-20 Thread Suchitha Koneru (sukoneru)
Hello Active MQ users/developers , Our application uses non persistent embedded broker ,durable subscribers , topic publishers . The active mq version is 4.1.1(release version). There are two topic publishers and two durable subscribers respectively. In your previou