Re: Consumers fail after reconnect

2013-09-17 Thread Torsten Mielke
How are the brokers on server1 and server2 connected? Do they form a master/slave pair based on shared storage or are they connected via a network bridge? Regards, Torsten Mielke tmie...@redhat.com tmielke.blogspot.com On Sep 17, 2013, at 6:17 PM, moodycl wrote: > Hi, > > I am having troub

Re: How to set TTL for messages sent to DLQ

2013-09-17 Thread Torsten Mielke
On Sep 16, 2013, at 2:48 PM, Marinad wrote: > I'm using ActiveMQ 5.8.0 > > I send messages with TTL to queue. But after an exhausted retry messages in > DLQ are without TTL. Correct. You generally don't want a TTL on the msgs moved to DLQ so you can examine why they have failed later. > >

Consumers fail after reconnect

2013-09-17 Thread moodycl
Hi, I am having trouble with messages not being delivered after a reconnect. I am using ActiveMQ 5.7. My clients are connecting using the failover transport and ssl. Here is the scenario: 1. I start the client and connect to Server 1. (all messages are working) 2. I pull the network cable on Serv

STOMP and NACK's

2013-09-17 Thread Paul Gale
Hi, ActiveMQ 5.8.0 I've noticed that messages our STOMP client NACKs are sent to the DLQ associated with the destination the message was consumed from (we have individual dead letter strategy configured). Is there a way to annotate a STOMP NACK message such that ActiveMQ will NOT put the NACK'ed

Re: ActiveMQ website dynamic content down.

2013-09-17 Thread judah
Update, It views just fine on my phone, just not on Lubuntu Chromium... -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-website-dynamic-content-down-tp4671576p4671578.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ website dynamic content down.

2013-09-17 Thread judah
Can't read the important content on the ActiveMQ website. For instance: https://activemq.apache.org/getting-started.html#GettingStarted-TestingtheInstallation >From a Windows console, type: OR >From a U

Re: How to set TTL for messages sent to DLQ

2013-09-17 Thread Gary Tully
you can't at the moment. There is a plugin that will purge the DLQ for you see: http://activemq.apache.org/message-redelivery-and-dlq-handling.html section Automatically Discard Expired Messages On 16 September 2013 13:48, Marinad wrote: > I'm using ActiveMQ 5.8.0 > > I send messages with TTL to

Re: ActiveMQ CPP -- setting producerId

2013-09-17 Thread Mark
On Fri, 13 Sep 2013 12:16:43 -0400, Timothy Bish wrote: >On 09/13/2013 09:17 AM, Mark wrote: >> Hi, >> >> Is it possible to set the producerId with ActiveMQ-CPP? If so, how? >> >> TIA. >> >> >> >Producer ID is set by the client using a format that's required for >proper operation with the AMQ b