I want to read data from database and send each row of data to a queue. but in jms producer editor, I can choose just one column of each row as message field.
for example: I have a table with (id,name,family,address,postcode) fields. I need to send each row of data to queue. But in jms producer editor, there is message field drop-down list which makes me to choose just one of above fields as message field(e.g. id or name or family ...) How can I send whole row data to queue as one message.