Product/components used and version/fix level:
pub.jms:send, pub.jms:JMSMessage, Software AG 10.15
Detailed explanation of the problem:
My project is to consume data from a queue and ingest into database. I have tried pub.jms:send and pub.jms:JMSMessage in the input of my jdbc adapter service, it only able to consume the string column in the JMSMessage->body->string(string). When i use for JMSMessage->body->data(document list)
Error messages / full error message screenshot / log file:
inserted empty into db
Question related to a free trial, or to a production (customer) instance?
free trial
Picture references
**this is the publish data that i have hardcoded in the pipeline
**this is the input for my jdbc adapter service
**this is the string that i able to consume and ingest into db
**this is the document list that not able to consume and ingest empty into db