Re: Camel 2.22.1 and Rabbitmq getting a error

2018-11-11 Thread Alireza Salemi
Hi Babak, You were right with the port 15672 there was a port forwarding issue. I reconfigured the port forwarding and was able to get the connection to work. I found another issue with RMQ bean configuration. In our RMQ configuration, we are using vhost. When I configured the from route, I put

Re: Camel 2.22.1 and Rabbitmq getting a error

2018-11-11 Thread Babak Vahdat
Hi Alireza I tried to reproduce your issue at the following repo: https://github.com/bvahdat/camel-user-forum-rabbitmq Starting the App using the the port 15672 runs into problems similar to yours, that said the stack trace is *not* exactl

Re: Camel 2.22.1 and Rabbitmq getting a error

2018-11-10 Thread Alireza Salemi
Hi Babak, I tried the port you mentioned 5672. I am getting the same result! 2018-11-10 14:07:00.819 WARN 66945 --- [ 127.0.0.1:5672] c.r.c.impl.ForgivingExceptionHandler : An unexpected connection driver error occured (Exception message: Socket closed) 2018-11-10 14:07:05.822 WARN 66945 --

Re: Camel 2.22.1 and Rabbitmq getting a error

2018-11-09 Thread Babak Vahdat
Hi Alireza I guess 15672 is the port for the management plugin which handles the HTTP requests, not the AMQP ones. Can you try using the default 5672 port? Babak > On 10 Nov 2018, at 07:43, Alireza Salemi wrote: > > Hi, > > I am trying to connect Camel to RabbitMq but I am getting the error

Camel 2.22.1 and Rabbitmq getting a error

2018-11-09 Thread Alireza Salemi
Hi, I am trying to connect Camel to RabbitMq but I am getting the error below. Does any body have any idea why this configuration is not working? I have attached the PM and Route XML. Thank you, Ali 2018-11-09 22:19:30.764 INFO 30863 --- [ main] o.a.c.c.rabbitmq.RabbitMQComponent