0

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.

srnjak
  • 915
  • 7
  • 21
  • What do you use at the client side? eg. spring-jms? – Rohit Jan 16 '15 at 10:51
  • I use EJB3 Message driven bean. Why is that important? – srnjak Jan 16 '15 at 11:11
  • 1
    When you are putting message back on the Topic may be you could add a message selector specific to particular client, so that only particular client could read this message. – Rohit Jan 16 '15 at 11:14
  • Thank you for your idea. I was thinking about that already. It might work. Disadvantage is, that here has to be made corrections in each MDB. I was wondering, if there is any "standard" method for this case. – srnjak Jan 16 '15 at 12:07

0 Answers0