Re: TimeOut - ExchangeTimedOutException

2013-12-13 Thread Syed
Thanks, I am able to resolve by setting the options in query string as below. Regards Jawahar -- View this message in context: http://camel.465427.n5.nabble.com/TimeOut-ExchangeTimedOutException-tp5744516p5744735.html Sent from the Camel - Users mailing list archive at Nabble.com.

TimeOut - ExchangeTimedOutException

2013-12-09 Thread Syed
Hi, I created a dual drop for IBMMQ Q's, getting a msg from one Q and dropping into two Q's. I am getting timeout exception with the below configuration, can someone let me know where is it wrong ? *Spring DSL*

Re: Dynamic Route Creation.

2013-01-22 Thread Syed
Thanks, I am able to configure as you said... let me know whether i can use context.addRouteDefinitions(routeList). addRouteDefintions method shows as deprecated.. Regards Jawahar -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-Route-Creation-tp5725835p5725984.html

Dynamic Route Creation.

2013-01-20 Thread Syed
Hi I am trying to create the routes dynamically in *addRoutesToCamelContext(CamelContext context)* method, instead of configuring the routes in the configure() method. Reason is, I have to fetch the routes from the database instead of static configuration. the below similar example of Java DSL

CAMEL - IBMMQ Failed to listen/waits in the queue.

2012-10-31 Thread Syed
Hi. Listener , Camel IBMMQ failed to register the listener on standalone VM, where as camel-activemq configuration listens/waits in the queue, even though there is no message in the queue..Let me know do i have todo any addition configuration for the IBMMQ.

Re: Failed to connect using Camel + RabbitMq Configuration

2012-10-22 Thread Syed
Thanks William, Apart from QPID, Do we have any other routes to connect to RabbitMQ, . If so, can you kindly share the configuration.. Regards Jawahar -- View this message in context: http://camel.465427.n5.nabble.com/Failed-to-connect-using-Camel-RabbitMq-Configuration-tp5721351p5721366.html

Failed to connect using Camel + RabbitMq Configuration

2012-10-21 Thread Syed
Hi, I am using the below specification, I am not able to establish connection with RabbitMQ using the below configuration. Set the VM arguments -Dqpid.dest_syntax=BURL -Dqpid.amqp.version=0-91 Camel - 2.10.0 RabbitMQ 2.8.5 QPID Client - 0.16 Camel Configuration -