Right now that's not supported.. and since the Spring containers and
jms templates are being used, it might be a little tricky to support.

On 9/25/07, jgunz <[EMAIL PROTECTED]> wrote:
>
> I'm having trouble figuring out how to register an
> http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/transport/TransportListener.html
> ActiveMQ TransportListener  when working with Camel. Normally when using
> ActiveMQ I'd register it directly on the connection but in Camel I only have
> access to the ActiveMQConnectionFactory which I pass to the CamelContext:
>
> ConnectionFactory connectionFactory = new
> ActiveMQConnectionFactory("vm://localhost?broker.persistent=false");
> context.addComponent("test-jms",
> JmsComponent.jmsComponentAutoAcknowledge(connectionFactory));
>
>
> Thanks for the help.
> --
> View this message in context: 
> http://www.nabble.com/How-do-you-register-a-ActiveMQ-TransportListener--tf4517033s22882.html#a12884549
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>


-- 
Regards,
Hiram

Blog: http://hiramchirino.com

Reply via email to