Re: Replacing composite queues with Artemis

2023-11-17 Thread Calle Andersson
Thanks for your suggestion and the comment regarding send-to-dla-on-no-route. I will probably use your approach. However, I did try to do a little adjustment by defining the DLQ address like this (since that appears to be similar to how auto-create-dead-letter-resources creates queues when set

Re: Replacing composite queues with Artemis

2023-10-27 Thread Justin Bertram
is not recommended since dropping messages that have no route is standard practice for multicast (i.e. pub/sub) use-cases. Hope that helps. Justin On Mon, Oct 16, 2023 at 3:42 PM Calle Andersson wrote: > I have an old A-MQ with a lot of composite queues, e.g: > > queue="TEST.QU

Re: Replacing composite queues with Artemis

2023-10-20 Thread Calle Andersson
@activemq.apache.org Ämne: Replacing composite queues with Artemis I have an old A-MQ with a lot of composite queues, e.g: Currently, I'm investigating how to migrate to Artemis. The implementations of the existing clients (which sends and receives messages) should not be adjusted (i.e. the names

Replacing composite queues with Artemis

2023-10-16 Thread Calle Andersson
I have an old A-MQ with a lot of composite queues, e.g: Currently, I'm investigating how to migrate to Artemis. The implementations of the existing clients (which sends and receives messages) should not be adjusted (i.e. the names of the queues should be the same and the clients should

Re: ActiveMq composite queues

2017-08-11 Thread Tim Bain
one broker A on Azure cloud and another broker B one > hosted > on my company premises. So in this will network connector, allow forward to > from A to B? > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/ActiveMq-composite-queues-tp47288

Re: ActiveMq composite queues

2017-08-11 Thread mansi
://activemq.2283324.n4.nabble.com/ActiveMq-composite-queues-tp4728865p4729628.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMq composite queues

2017-07-27 Thread Tim Bain
of a little disk I/O. Tim On Jul 25, 2017 7:49 AM, "mansi" <mansitiwar...@gmail.com> wrote: > Do composite queues allow to forwardTo to another ActiveMQ broker > instances? > Or it just allow to forwardTo queues in the same Broker instance. > > > > > > -- >

ActiveMq composite queues

2017-07-25 Thread mansi
Do composite queues allow to forwardTo to another ActiveMQ broker instances? Or it just allow to forwardTo queues in the same Broker instance. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-composite-queues-tp4728865.html Sent from the ActiveMQ - User mailing

Understanding composite queues (forwardOnly)

2014-06-26 Thread tomatgooglecode
Hi there, what is the there a difference (is there any?) between compositeQueue name=A forwardTo queue physicalName=B1 / queue physicalName=B2 / /forwardTo /compositeQueue and compositeQueue name=B1

Messages lost by connecting composite queues

2014-06-10 Thread danielstraub
that with a unit test / load driver in a local environment -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-lost-by-connecting-composite-queues-tp4681990.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Composite Queues

2011-11-14 Thread Dejan Bosanac
-- View this message in context: http://activemq.2283324.n4.nabble.com/Composite-Queues-tp4024148p4024148.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Composite Queues

2011-11-10 Thread lernen.2007
/virtualDestinations /virtualDestinationInterceptor /destinationInterceptors It is in activemq possible to define more than as one compositeQueues? I use the activemq version 5.5.0 Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Composite-Queues-tp4024148p4024148.html Sent

Possibility of message loss in composite queues

2011-06-13 Thread oseymen
? How does message forwarding from Q.IN to other queues relate to producer transaction, i.e. does it happen in the same transaction? Thanks, Ozan -- View this message in context: http://activemq.2283324.n4.nabble.com/Possibility-of-message-loss-in-composite-queues-tp3593736p3593736.html Sent from

Re: Possibility of message loss in composite queues

2011-06-13 Thread Dejan Bosanac
There is no risk of losing messages, as the send is still atomic operation. So the producer will be notified that send succeeded only when all destinations have the message. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and