Xml - Queue
Frdz.. i have to work with ActiveMQ, an appache Message Broker.
this is what i want to do.
1. Create a destination called �Inbound Queue�
2. Create a destination called �Outbound Queue�
3. Create a Message producer who will create an XML message.
4. The Message producer will post the XML message on to the Inbound Queue.
5. Create a Message Consumer who will read the message of the Inbound Queue.
6. Read an XML file from the file system and post it to the Outbound Queue.
7. Message Producer reads it off from the inbound queue and does a Print on the console.
Do help me Frdz.. im new to this area!
Thankz in advance!