Thanks a lot for you answers Ted. I'm looking through the configurations in the tests.
>> * When messages are sent to a dispatcher, I would expect to be able to >> retrieve them directly from the brokers. However, It is necessary to read >> the messages from a dispatcher most of the time, as they are no longer >> present on the brokers. Is this expected behavior? >> > > I'm not sure I understand your question. If you want to use > dispatch-router to send messages to a broker but you want to retrieve the > messages directly from the broker, don't configure an autoLink to retrieve > messages from the queue in question. This will leave the messages on the > broker. > > I was asking if it was possible to retrieve messages from the brokers if a dispatcher was configured for subscriptions on the queue. Things are clearer now.
