Re: How activemq resend failing message manually?

2018-07-25 Thread Quinn Stevenson
I use virtual topics ( http://activemq.apache.org/virtual-destinations.html ) - then I can resend to individual “subscribers”. If you need to use JMS Topics, the only way I can think of is to use a message selector. > On Jul 25, 2018, at

How activemq resend failing message manually?

2018-07-25 Thread difficult
There are some subscribers ,such as A,B,C ,and they listener the same topic.For one message ,these subscribers should handle this message once and only once.When the publisher send one message ,these subscribers may handle this message unsuccessfully,for example the B subscriber can't handle the me