[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request: https://github.com/apache/qpid-proton/pull/64 PROTON-1126 - Allowed setting connection properties, offered_capabili… …ties and desired_capabilities on BlockingConnection You can merge this pull request into a Git repository by

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/64#discussion_r51931488 --- Diff: proton-c/bindings/python/proton/__init__.py --- @@ -2445,10 +2445,10 @@ def wrap(impl): else: return Connection(impl)

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/64#discussion_r51931527 --- Diff: proton-c/bindings/python/proton/reactor.py --- @@ -671,7 +671,11 @@ def connect(self, url=None, urls=None, address=None, handler=None,

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/64#discussion_r51931427 --- Diff: proton-c/bindings/python/proton/__init__.py --- @@ -2445,10 +2445,10 @@ def wrap(impl): else: return Connection(impl)

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/64#discussion_r51931699 --- Diff: tests/python/proton_tests/utils.py --- @@ -72,6 +76,24 @@ def wait(self): self.event.wait(self.timeout) +class