Gerardo Lopez Posted August 6, 2020 Share Posted August 6, 2020 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 More sharing options...
BWCS Team Posted August 12, 2020 Share Posted August 12, 2020 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now