DreamPearl opened a new pull request, #370:
URL: https://github.com/apache/qpid-proton/pull/370

   Different ways to query proton::connection for the URL it was created with:
   
   1. Store the URL in the connection context and return it.
   2. Make use of 'reconnect_url' in the connection context. (But this will not 
guarantee to have the initial URL with which the connection was created, in 
case of it being overridden)
   3. Make the URL using host, user, and pass stored in connection options and 
return it. (But port and path are not being stored anywhere right now)
   
   For now, I have used the first approach.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to