JMS - retry logic
Currently we have individual Queues for each destination. We are planning to have a single queue. Eventhough we can handle different destination in the message header, how to customise the rety logic.
I mean, say I have three destination A,B &C. When the first message message is targetted to A and suppose its down, how long will the queue keep on retying the same destination? Will it not send subsequent messages to other destinations? Can we customize the retry logic to try for some time and move to next message & destination?