Hi,
 
Can anyone let me what is wrong with my JMS configuration. I'm sending a
message and my jms:consumer is creating an InOnly message when I need an
InOut message.  My JMS component config is:
 
<jms:consumer service="jmsconf:ScannerConsumerService"
  endpoint="jms"
  destinationName="scan.message"
  targetService="routing:scanner-request"
  targetEndpoint="endpoint"
  connectionFactory="#connectionFactory"
  concurrentConsumers="8"
  replyDestinationName="scan.message"
  replyTimeToLive="5000" />

Do I need to set some property on the source message to indicate that I'm
expecting a reply? I have setJMSReply to a temporary queue. Do I need to do
something else?

BTW:
The message is being created by a test mimic for the actual message source.
I have the correct message content and all the other configuration (such as
routing) is correct. I just need to be able to create an accurate mimic of
the original message source.

Any help is really appreciated,

Stuart


Reply via email to