Re: Message enter ActiveMQ.DLQ after consumer reconnect

2008-03-31 Thread thiamteck
Mar 2008, at 06:41, thiamteck wrote: > >> >> My college just told me that the message only enter DLQ after consumer >> reconnect, if the consumer is same server as the ActiveMQ. Anyway, I >> not yet >> test it out myself. >> >> > This is something we ne

Re: Message enter ActiveMQ.DLQ after consumer reconnect

2008-03-27 Thread thiamteck
terest in this topic.. > > basically I too am confused as to why messages only get DLQ'd when there > active consumers even when the time to live on the message is vasly > exceeded, > > > thiamteck wrote: >> >> Hi, >> >> I am using Activ

Message enter ActiveMQ.DLQ after consumer reconnect

2008-03-26 Thread thiamteck
Hi, I am using ActiveMQ 5.0 on Windows XP and Windows 2003. My program send a persistent message to queue with timeToLive = 3 seconds. The message enter into ActiveMQ.DLQ after timeout. Then I have start a consumer to the queue with connection URI below, where "jms.redeliveryPolicy.maximumRedel

Re: Failed to start jmx connector

2007-06-17 Thread thiamteck
The problem was solved by installed ActiveMQ to a path that no space.:) thiamteck wrote: > > I had installed ActiveMQ 4.1 on server with JDK 1.4.2 update 12. ActiveMQ > can start and running, however, it failed to start JMX. > > Be

Failed to start jmx connector

2007-06-14 Thread thiamteck
I had installed ActiveMQ 4.1 on server with JDK 1.4.2 update 12. ActiveMQ can start and running, however, it failed to start JMX. Below is the logs: == 2007-06-14 12:32:26,609 [main ] INFO BrokerService - ActiveMQ Message B

Re: [Spam: 5.0] Getting duplicate message from JMS Topic after subscriber restart

2007-03-08 Thread thiamteck
hi, tested with the snapshot version while same problem occurs. James.Strachan wrote: > > On 3/8/07, thiamteck <[EMAIL PROTECTED]> wrote: >> I will later post a bug report. > > We're very close to releasing 4.1.1 which has many bug fixes in it. I > wonder co

Re: [Spam: 5.0] Getting duplicate message from JMS Topic after subscriber restart

2007-03-08 Thread thiamteck
re you using? > > On 3/7/07, thiamteck <[EMAIL PROTECTED]> wrote: >> >> this question is initiaally posted at >> http://www.experts-exchange.com/Programming/Languages/Java/Q_22430487.html >> here. >> >> Hi, I am developing a program that subscri

Re: [Spam: 5.0] Getting duplicate message from JMS Topic after subscriber restart

2007-03-07 Thread thiamteck
I am using AUTO_ACKNOWLEDGE. James.Strachan wrote: > > What acknowledgement mode are you using? > > On 3/7/07, thiamteck <[EMAIL PROTECTED]> wrote: >> >> this question is initiaally posted at >> http://www.experts-exchange.com/Programming/Languages/Java/Q_2

Getting duplicate message from JMS Topic after subscriber restart

2007-03-07 Thread thiamteck
this question is initiaally posted at http://www.experts-exchange.com/Programming/Languages/Java/Q_22430487.html here. Hi, I am developing a program that subscribe to a JMS Topic. The JMS provider i use is Apache ActiveMQ 4.1. The subscription to the Topic is durable subscription and the publ