Hi All,
 I have a scenario where message flow is below
Q->camel router(dynamic recipientlist)-> external web service
I am not sure if I should create a smx jms consumer to consume message from
the queue or use camel context to read from the Q as below

from("jmstx:queue:spq2").bean(myBean,"setLocationUrI")
.recipientList(header(HttpProducer.HTTP_URI)).bean(myBean,"printResponse");

In which scenarios we shold go for smx jms consumer and bind to camel using
jbi endpoint? What are the pros and cons? Please suggest.
-- 
View this message in context: 
http://old.nabble.com/servicemix-jams-consumer-vs-camel-jms-tp28367797p28367797.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to