You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by samslara <sa...@yahoo.com> on 2012/12/03 21:32:30 UTC

activemq: reference to connection

Hello,
  Is there a way from within a Processor to get a reference to the
connection that was used to connect to the broker to fetch the jms message? 
For example in the given route:

<from uri="activemq-comp:queue:ATestQueue2?exchangePattern=InOut" />
<bean ref="aBean" />

Is there a way from within aBean's code to get a reference to the connection
used from the activemq consumer?



--
View this message in context: http://camel.465427.n5.nabble.com/activemq-reference-to-connection-tp5723561.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: activemq: reference to connection

Posted by Christian Müller <ch...@gmail.com>.
No.

Best,
Christian

Sent from a mobile device
Am 03.12.2012 21:32 schrieb "samslara" <sa...@yahoo.com>:

> Hello,
>   Is there a way from within a Processor to get a reference to the
> connection that was used to connect to the broker to fetch the jms message?
> For example in the given route:
>
> <from uri="activemq-comp:queue:ATestQueue2?exchangePattern=InOut" />
> <bean ref="aBean" />
>
> Is there a way from within aBean's code to get a reference to the
> connection
> used from the activemq consumer?
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/activemq-reference-to-connection-tp5723561.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>