Hi Felix,
fehm schrieb:
> From the 2.paragraph of your details I would say that if you want your all
> consumers to receive all the same sent messages then you should use topics
> instead of queues.
>
No, he wants every consumer to receive the same workload. Not the same
messages.
bye,
Rol
Hi,
>From the 2.paragraph of your details I would say that if you want your all
consumers to receive all the same sent messages then you should use topics
instead of queues.
Cheers,
Felix
Keith Thornhill-3 wrote:
>
> Hi all,
>
> is there any documentation for best practices when setting up
hi,
I'm using a persistent and durable subscriber in topic since all of messages
that published should be subscribed whatever may happen.
I'm going to use the subscription recovery policy so as to go back in time
when happening to subscription error, abrupt broker shundown.
Refering to http://
We have a relative simple topology where there are a few machines configured
as network of brokers. Each machine has one broker, and then one or more
activemq client applications. Each client only connects to the broker on
local host. Every broker statically connects to every other broker.
We have