You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2012/11/28 15:13:46 UTC

svn commit: r1414710 - /qpid/branches/0.20/qpid/cpp/src/qpid/broker/amqp/Connection.cpp

Author: gsim
Date: Wed Nov 28 14:13:45 2012
New Revision: 1414710

URL: http://svn.apache.org/viewvc?rev=1414710&view=rev
Log:
QPID-4464: set container name when sending open

Modified:
    qpid/branches/0.20/qpid/cpp/src/qpid/broker/amqp/Connection.cpp

Modified: qpid/branches/0.20/qpid/cpp/src/qpid/broker/amqp/Connection.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.20/qpid/cpp/src/qpid/broker/amqp/Connection.cpp?rev=1414710&r1=1414709&r2=1414710&view=diff
==============================================================================
--- qpid/branches/0.20/qpid/cpp/src/qpid/broker/amqp/Connection.cpp (original)
+++ qpid/branches/0.20/qpid/cpp/src/qpid/broker/amqp/Connection.cpp Wed Nov 28 14:13:45 2012
@@ -157,6 +157,7 @@ void Connection::process()
     QPID_LOG(trace, id << " process()");
     if ((pn_connection_state(connection) & REQUIRES_OPEN) == REQUIRES_OPEN) {
         QPID_LOG_CAT(debug, model, id << " connection opened");
+        pn_connection_set_container(connection, broker.getFederationTag().c_str());
         pn_connection_open(connection);
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org