Hi Ionnis,

Thanks for the answer.

I now have a problem that the properties are not being transferred. Any
ideas hold I can get the JMS message properties transferred along with the
content?

I'm currently setting the property with:

javax.jms.Message message = session.createTextMessage();
message.setStringProperty("operation", "sscc-label");

Stuart. 

-----Original Message-----
From: iocanel [mailto:[email protected]] 
Sent: 16 April 2010 12:32
To: [email protected]
Subject: Re: What's wrong with my JMS configuration



Stuart Roe wrote:
> 
>  I'm sending a
> message and my jms:consumer is creating an InOnly message when I need 
> an InOut message.
> 

The default jms consumer marshaler is creating an InOnly Exchange. If you
want to override it then you need
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; in your endpoint
configuration


-----
Ioannis Canellos
--
View this message in context:
http://old.nabble.com/What%27s-wrong-with-my-JMS-configuration-tp28264940p28
265789.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to