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