Hi I'm new to Qpid and to this list, please be gentle :-)
Is it possible to create a federation, in which a Qpid instance is the source broker and an ActiveMQ instance is the destination (on a remote host)? Out of the box, this doesn't appear possible because ActiveMQ requires a connection be made using the AMQP 1.0 protocol. So far, I have managed to get the Qpid (qpidd-cpp-server-0.34, on Centos 7) to run in AMQP 1.0 mode: qpidd --protocol amqp1.0 But then my local qpid-config wouldn't connect to it, unless I enabled AMQP 0.10, so I am running it like this: qpidd --protocol amqp1.0 --protocol amqp0-10 Otherwise, how else can I begin to set up the federation route from Qpid? But, it would seem this isn't quite enough, as qpid-config doesn't seem to want to use AMQP 1.0... When I try: qpid-config add domain some-domain-name -b remote-activemq-host-name ActiveMQ complains that a non AMQP v1.0 connection was attempted, and so the qpid-config command fails. Do I need to install AMQP 1.0 compatible config tools for Qpid? Are there any? Thanks in anticipation, Vince