Re: Efficiency of CompositeDestinations From Producer standpoint

2008-02-02 Thread Rob Davies
Inlined: On Feb 2, 2008, at 9:17 PM, Jason Rosenberg wrote: Hello, I am interested in looking at using the Composite Destinations feature to send messages simultaneously to multiple queues. I'm wondering if sending will likely be any slower from the producer's standpoint, than sending to a

Re: Why my ACTIVEMQ_ACKS table stays empty?

2008-02-02 Thread Rob Davies
On Feb 2, 2008, at 12:09 PM, Abu Taha wrote: We want to track the consumer applications that which message has been consumed by which consumer while we use queues. For this purpose we use COA and COD in WebshereMQ. How can we achive the above required results in ActiveMQ. James.Strachan wr

Re: ActiveMQ 5: Keepalive problems

2008-02-02 Thread Jason Rosenberg
Hi, I am having the same issue, this doesn't appear fixed, to me I'm using a 5.1-SNAPSHOT dated 1/31 With this broker uri: failover:(tcp://localhost:61616,tcp://localhost:61617)?initialReconnectDelay=20&maxReconnectDelay=900&randomize=false I get this error, if I try to use a connecti

Re: Bug when setting transport.keepAlive

2008-02-02 Thread Jason Rosenberg
I'm having trouble getting that setting to work: DEBUG [2008-02-02 18:08:38,408] thread:ActiveMQ Task FailoverTransport -- Attempting connect to: tcp://localhost:61617?wireFormat.maxInactivityDuration=0&transport.socket.keepAlive=true DEBUG [2008-02-02 18:08:38,408] thread:A

Re: Dead Letter Queue

2008-02-02 Thread andrewk
In stomp, my understanding was that transactions affect sending of messages but not receiving. How would you ROLLBACK receiving a message in stomp (I haven't seen any examples of this)? Cheers, -Andrew Kuklewicz James.Strachan wrote: > > On 03/12/2007, cmagoyrk <[EMAIL PROTECTED]> wrote: >> >>

Difference between Jencks AMQPool and AMQ's builtin Pooling...

2008-02-02 Thread Jason Rosenberg
I've been using the Jencks AMQPool library. However, it seems to be no longer actively maintained. I'm wondering if the Connection Pooling now in the main ActiveMQ core is more current and solves the same issues AMQPool was designed for? Also, are there any known dependencies with regards using

Efficiency of CompositeDestinations From Producer standpoint

2008-02-02 Thread Jason Rosenberg
Hello, I am interested in looking at using the Composite Destinations feature to send messages simultaneously to multiple queues. I'm wondering if sending will likely be any slower from the producer's standpoint, than sending to a single queue? Does the broker send the message to both queues be

Re: Why my ACTIVEMQ_ACKS table stays empty?

2008-02-02 Thread Abu Taha
We want to track the consumer applications that which message has been consumed by which consumer while we use queues. For this purpose we use COA and COD in WebshereMQ. How can we achive the above required results in ActiveMQ. James.Strachan wrote: > > On 8/6/07, Qian Su <[EMAIL PROTECTED]> wro