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