Hi, I am starting to play around with federation/routes. So I have a
local c++ broker with a topic exchange. I want to route all messages
to the same exchange on a remote java broker (a push route). So I do
the following locally:

qpid-config add exchange topic myexchange
qpid-route -s route add admin/admin@remote-java-broker local-broker
myexchange '#'

I then use the spout script to send a message to the local exchange,
however, the message never shows up on the remote end (qpid-stat shows
0 messages received on the remote exchange). I can see that the link
is up using qpid-route and the logs show that a bridge queue is
created. Is there something I am missing? Or does this just not work
going between c++ and java?

Thanks,

-Brandon

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to