hi all,
activemq ensure a message sent to a queue will be consumed by
exactly one consumer. But what happens when the consumer receive this
message and crash and don't do anything with this message. How can I
ensure the consumer really did his job? how to ensure if the consumer
crashed, the message will be sent to another consumer.
activemq ensure a message sent to a queue will be consumed by
exactly one consumer. But what happens when the consumer receive this
message and crash and don't do anything with this message. How can I
ensure the consumer really did his job? how to ensure if the consumer
crashed, the message will be sent to another consumer.