rabbitmq / rabbitmq-amqp1.0

AMQP 1.0 support for RabbitMQ
https://www.rabbitmq.com/
Other
93 stars 20 forks source link

Different AMQP protocols #36

Closed kpham3usf closed 7 years ago

kpham3usf commented 7 years ago

Hello,

I am on v.3.6.5, Erlang v.19.1, AMQP Plugin 1.0. I have manually created a virtual host through the Admin console, but under the Connections tab, I see that my virtual host has a version that is different from the "/" host:

"/" is AMQP 1.0 bep_events_host is AMQP 0-9-1

I don't understand why the virtual host has a different version, is this expected behavior?

I'm using this with Informatica Cloud ICRT and it's not able to connect with my virtual host "bep_events_host", but seems to be able to connect to the "/" , so I'm wondering if it's due to the mismatched versions.

I also noticed a reference to a patch on this trail: om/rabbitmq/rabbitmq-amqp1.0/issues/31#issuecomment-234960297 and I was wondering how I could get a hold of this patch, perhaps it will resolve my issue.

Thank you in advance, Kim

michaelklishin commented 7 years ago

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.