On Tue, 3 Mar 2020 at 10:11, Gordon Sim <g...@redhat.com> wrote: > > On 03/03/2020 9:56 am, Michael Ivanov wrote: > > Hallo, > > > > Can proton library communicate with rabbitmq broker? I tried to use my > > existing > > program to rabbitmq but would not even complete the subscription. Are there > > any > > specifics about it? > > You need to ensure the AMQP 1.0 plugin is enabled for RabbitMQ (the > default is a RabbitMQ variant of 0.9.1). > > If it is then turn on protocol tracing on the proton client for more > insight, with env var PN_TRACE_FRM=1. >
There are also details of the brokers plugin at https://github.com/rabbitmq/rabbitmq-amqp1.0 such as particular mappings it does, naming conventions etc you might need to consider. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org