Jump to content

Send one message per database record to EMS queue


Gerardo Lopez

Recommended Posts

I have a database starting with 20 records and I need to read the database and send on separate message to the queue for each record, so after executing I need to have 20 messages in the queue each containing one of the records in the database.

I am quite new with Tibco and I am not sure on how to approach this, any input will be helpful! Thanks!

Link to comment
Share on other sites

You can use JDBC query and map it to a Iterate group with variable list as the output record list from JDBC Query. Inside the group, you can have the Queue Sender and map the current iteration element from the group to the body of the message.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...