In case someone else hits the same issue we did, here are the lines that
Gordon Sim provided (we were using the 0.10 version of the qpid-client from
maven and the issue came from that):


"Ok, that is the official Qpid jars. These differ slightly from the MRG
jars. MRG takes Qpid releases as a starting point. The MRG 0.10 has some
additional patches over the Qpid 0.10 and this fix was one of them (the fix
was submitted upstream as well, but is then included in the next Qpid
release, i.e. 0.12)"

So, what we did is switch to the 0.12 in maven:

<dependency>
                <groupId>org.apache.qpid</groupId>
                <artifactId>qpid-client</artifactId>
                <version>0.12</version>
</dependency>

And everything started to work ok again, the messages were sent to the
alternate-exchange.

Gordon, thank you!

--
View this message in context: 
http://apache-qpid-developers.2158895.n2.nabble.com/Red-Hat-MRG-alt-exchange-tp7368166p7374896.html
Sent from the Apache Qpid developers mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to