posted 14 years ago
Hi,
I have a requirement , which goes like this :
1. Publisher sends to the topic , xml messages
2. The QPID Broker will help the subscribers , subscribed to that topic with the xml message notification
But this is just a notification given to the subscriber saying that there is message consumed, right?
How do we get the actual message ( XML ) file, I have used to to write the contents of the xml file message into a local directory. Please help me out