Hi I want to use Qpid Broker-J and AMQP 1.0 to achieve and event and message based communication between my microservices. I would like to hear your thoughts on the following scenario:
There are one or more microservices subscribing to the same topic. All of the subscribers should receive all messages, or at least the last message of the same value (LVQ). Even if a subscriber was offline, due to updates, failures, or whatever, it should always receive the messages, once being online again. I thought I need to create a topic exchange and create one LVQ per subscriber, to make sure that each one of them gets the same messages. Is that correct, is there a more elegant way then creating n queues? Best regards fea -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
