I have jms topic, which has one or more durable subscriptions. I have situation when one subscriber causes roll-back and another success. Message lands in dead-letter-address.
After I resolve a bug and message should be able to proceed, I want to move message back to original destination (the topic). Problem is, that after I do that, all subscribers get message, not only the one, which failed.
Is it possible to resolve it somehow?
Just for information. I use JBoss eap 6.1 with HornetQ as jms provider.