Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.1.0
-
None
-
None
Description
ActiveMQ5.x has a feature called "Retroactive" consumers.
http://activemq.apache.org/retroactive-consumer.html
A retroactive consumer is a kind of jms topic subscriber which can receive messages sent to the topic before the consumer is created. Normally if a message is sent to a topic without a subscription, it will be discarded. This kind of consumer however changes this as if it can go "back in time".
Test ref:
org.apache.activemq.broker.BrokerTest#testTopicRetroactiveConsumerSeeMessagesBeforeCreation()
Attachments
Issue Links
- relates to
-
ARTEMIS-2504 Support retroactive addresses
- Closed