[rabbitmq-discuss] RabbitMQ and Camel not working?
Simon MacMullen
simon at rabbitmq.com
Wed Dec 14 15:02:26 GMT 2011
On 14/12/11 14:49, David Harrigan wrote:
> The RabbitMQ logs simply report:
>
> =ERROR REPORT==== 14-Dec-2011::14:21:55 ===
> exception on TCP connection<0.1141.0> from 127.0.0.1:45985
> {bad_version,1,1,0,10}
That suggests that the camel client is trying to connect using AMQP
0-10, which we don't support.
I'm not sure whether it can be made to speak 0-9-1, the logs you posted
suggest it sometimes thinks it is:
> [org.apache.qpid.client.AMQConnection ] [502 ] - Looking up
> delegate 'org.apache.qpid.client.AMQConnectionDelegate_9_1' Based on
> PE:9-1
> [java] 14:21:55.602 [mol-router] INFO
> [o.a.q.client.protocol.AMQProtocolSession] [398 ] - Setting
> ProtocolVersion to :0-91
...but sometimes it thinks it isn't:
> [java] 14:21:55.600 [mol-router] INFO
> [org.apache.qpid.client.AMQConnection ] [384 ] - Connecting with
> ProtocolHandler Version:0-10
Cheers, Simon
--
Simon MacMullen
RabbitMQ, VMware
More information about the rabbitmq-discuss
mailing list