Hi, I'm trying to send message via jms to ibm mq, when the receiver end receives the mesage, they are saying the message type for the message is missing. How does outbound channel adapter know what kind of message to send out? in the the splitchannel which comes from a splitter return a list of strings and do i need to specify special header values for the message type?
<si-jms:outbound-channel-adapter id="jmsOut" channel="splitchannel" jms-template="senderJMSTemplate"/>


Reply With Quote