My requirement is to retrieve a few fields from the DB, convert to XML format and publish to the JMS message store.
A few issues facing were.
- How do i convert DB result set to XML
- Publish the XML message to store
I understand I need to use DB lookup mediator , JMS store but not able to link them together in terms of exchanging messages.