> I am interested in sending messages from a Java sender to a C++ client. > I'm > trying to do it using > > - ActiveMQ version 4.1.0 for the Java client and the broker. > - ActiveMQ-CPP version 1.0 for the C++ client > > I have been looking into the ActiveMQ-CPP code for a while, and I haven't > found where failover could be > configured. So, my question is: is it possible to use failover transport > in > C++ clients, as it is in Java clients? >
No, the C++ client doesn't have an implementation of the Java Failover transport. We're allows looking for contributions though. :) We've implemented a pluggable transport layer but haven't had time to do the work to create a failover transport layer as yet. Regards Tim. > Thanks in advance. > > Manu > > > > -- > View this message in context: http://www.nabble.com/C%2B%2B-client-and- > failover-transport-tf2940099.html#a8220354 > Sent from the ActiveMQ - User mailing list archive at Nabble.com.
