Hi guys,

The flow below describe the flow of a system I am trying to develop:

jms:queue (camel) -> router (camel) -> xslt translator (camel) ->
cxfbc:provider (jbi component)

The jms:queue is expecting a response  (it has a "replyto" parameter) from
the router who is expecting response from the xslt translator who is
expecting response from cxfbc:provider.

Even though I can print the response (from the cxfbc:provider) to the output
log through the log component, the response is not going into the jms:queue
reply destination queue, instead what is sent to the queue is
"[Ljava.lang.String;@16aa016".

How do I ensure the legitimate response (the one from cxfbc provider) is
sent to the replyto queue?

kr. 
-- 
View this message in context: 
http://old.nabble.com/Wrong-response-goes-to-my-replyto-queue-tp26728101p26728101.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Reply via email to