[GitHub] qpid-proton pull request: Expose get/set on 'properties Map' of Li...

2015-12-17 Thread SreeramGarlapati
GitHub user SreeramGarlapati opened a pull request: https://github.com/apache/qpid-proton/pull/52 Expose get/set on 'properties Map' of Link 'Attach' performative Hello Folks! I (sreeram, from windows azure eventHubs team) am starting to build eventHubs Java SDK and taking

[GitHub] qpid-proton pull request: Expose get/set on 'properties Map' of Li...

2015-12-17 Thread SreeramGarlapati
Github user SreeramGarlapati commented on the pull request: https://github.com/apache/qpid-proton/pull/52#issuecomment-165583408 SSL tests were failing - for which the Current merge has nothing to do with. --- If your project is set up for it, you can reply to this email and have

[GitHub] qpid-proton pull request: Expose get/set on 'properties Map' of Li...

2015-12-18 Thread SreeramGarlapati
Github user SreeramGarlapati commented on the pull request: https://github.com/apache/qpid-proton/pull/52#issuecomment-165909834 https://issues.apache.org/jira/browse/PROTON-1082 - The JIRA request... --- If your project is set up for it, you can reply to this email and have your

[GitHub] qpid-proton pull request: proton-j: expose seting MessageFormat on...

2016-01-12 Thread SreeramGarlapati
Github user SreeramGarlapati commented on the pull request: https://github.com/apache/qpid-proton/pull/53#issuecomment-171090282 @gemmellr : pls. do the needful... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] qpid-proton pull request: proton-j: expose seting MessageFormat on...

2016-01-12 Thread SreeramGarlapati
GitHub user SreeramGarlapati opened a pull request: https://github.com/apache/qpid-proton/pull/53 proton-j: expose seting MessageFormat on Transfer frames in proton-j This is a feature request from windows azure eventhubs team. I (sreeram, from windows azure eventHubs team

[GitHub] qpid-proton pull request: support one or more data sections in amq...

2016-01-13 Thread SreeramGarlapati
GitHub user SreeramGarlapati opened a pull request: https://github.com/apache/qpid-proton/pull/54 support one or more data sections in amqpMessage This is a suggestion on how to implement the feature request PROTON-1098 and is NOT COMPLETE, although, the code works (while sending

[GitHub] qpid-proton pull request: [PROTON-1096]: expose seting MessageForm...

2016-01-13 Thread SreeramGarlapati
Github user SreeramGarlapati commented on the pull request: https://github.com/apache/qpid-proton/pull/53#issuecomment-171362388 Awesome! Thanks a lot Robbie. Details about JIRA integration is helpful. Thanks! --- If your project is set up for it, you can reply to this email

[GitHub] qpid-proton pull request: Fix nullPointerException in event impl i...

2016-01-14 Thread SreeramGarlapati
GitHub user SreeramGarlapati opened a pull request: https://github.com/apache/qpid-proton/pull/58 Fix nullPointerException in event impl in the Reactor.onSessionInit codePaths Eventhubs java client depends on Proton-j Reactor APIs. While running our stress scenarios - we

[GitHub] qpid-proton pull request: [PROTON-1096]: expose seting MessageForm...

2016-01-19 Thread SreeramGarlapati
Github user SreeramGarlapati commented on the pull request: https://github.com/apache/qpid-proton/pull/53#issuecomment-173046439 Not a problem Robbie! Will merge this soon. Thanks for the Update! --- If your project is set up for it, you can reply to this email and have your

[GitHub] qpid-proton pull request: PROTON-1171: SimpleSSLTransportWrapper d...

2016-04-11 Thread SreeramGarlapati
Github user SreeramGarlapati commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/73#discussion_r59236240 --- Diff: proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java --- @@ -117,16 +117,6 @@ public void

[GitHub] qpid-proton pull request: proton-j: SSL decode buffer implementati...

2016-04-05 Thread SreeramGarlapati
GitHub user SreeramGarlapati opened a pull request: https://github.com/apache/qpid-proton/pull/73 proton-j: SSL decode buffer implementation doesn't flush all bytes to the next transport buffer (_underlyingInput) Actual Issue/scenario hit by Microsoft Azure EventHubs: We have