Learn Learn wrote:
>
> Very good information there Michal..Thanks for the info..i like the EIP
> idea of turning an in-only message into a in-out message :)..
>
The servicemix-jms BC in ServiceMix 3.1 uses temporary destinations to
handle InOut MEPs.
A temporary destination is created for a given JBI endpoint and is set in
the JMSReplyTo header. The server should honor this header and sent the
response to the specified queue. Correlation is performed using the
JMSCOrrelationId header which is set by the client and must be copied by the
server on the request. THis way, the client and the server can handle
multiple requests concurrently.
--
View this message in context:
http://www.nabble.com/jms%3Aendpoint%2C-jms%3Aconsumer-tf4250483s12049.html#a12205145
Sent from the ServiceMix - User mailing list archive at Nabble.com.