Yes, it is called history queue.Hi,
I've come up with this explanation so far:
- The server has TopicHandlers and has a queue for each topic.
- These topics/queues are identified by an oidYes, from the <key oid='...'/>
- There are several messages in a queue.Historical messages
- Clients subscribe to these topics/queues with exact queries or using access filters.Yes, to the message events.
If you are using java:
My question now is.. can i subscribe to a single topic many times using different XPath queries on the Qos and having a different callback for each subscription?
regards Marcel
I'm thinking of using multiple subscribes and the XPath Qos queries available in the subversion repository...
Hope i'm on the rigth path .. any comment/suggestions are welcome =)
Regards,
Nelson