Hi Robbie, Thanks a lot for your quick reply and confirmation on this issue. I referred your test case "testRemotelyEndSessionWithMessageListener" and trying to replicate same test case with Azure ServiceBus, So I can replicate this issue and provide confirmation for fixes.
Main challenge for me to perform action based on "TestAmqpPeer" class such as "remotelyEndLastOpenedSession()", "expectBegin()", "waitForAllHandlersToComplete()" operations. I think all these operations are performing under Proton library and don't have direct access to us. Please find sample test class - https://github.com/abhikt48/servicebus/blob/master/Qpid-57/TestSessionClosedException.java It is not working fine due to missing equivalent operation of "TestAmqpPeer" Class. Can you please suggest any hacking through which I can perform same functionality of "TestAmqpPeer" with ServiceBus and qpid SDK. It will be really helpful if you can provide us any clue to perform equivalent operation of "TestAmqpPeer", So I can execute test case and confidently share test result with you. Regarding reproducing of 'unknown error from peer' and complete logger - We don't have any standard way to reproduce this issue, infact we are dependent on unknown ServiceBus Broker activity and we don't have any control on this. Going forward, I will enable all logs including "JmsConnectionListener" and Traces logs, and deploy below two applications with 56 and 57-SNAPSHOT. I will keep these applications running for next 7-10days, and will update you if we got same issue again with all traces 1. Deploy application with 56.0 version 2. Deploy application with 57.0-SNAPSHOT version Regards, Abhishek Kumar -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
