Andrew, Alan,
Do we allow for this on the C++ side?
Carl.
Martin Ritchie (JIRA) wrote:
Allow Client to make connection over a provided Socket.
-------------------------------------------------------
Key: QPID-784
URL: https://issues.apache.org/jira/browse/QPID-784
Project: Qpid
Issue Type: New Feature
Components: Java Client
Reporter: Martin Ritchie
Fix For: M2.1
In environments where clients are unable to make outbound connections, such as
firewall rules, allow incomming sockets connections to be provided to the
Client API.
Recommend adding new transport type 'socket' and adding constructor to
AMQConnection(ConnectionURL url, Socket, openSocket);
Provide demo application that hilights how failover is affected by this change.