Re: [jira] [Closed] (PROTON-1755) How do create sessions and links dynamically once the connection is open ?

2018-02-13 Thread Robbie Gemmell
Yes, there is only one onConnectionBound event, when the connection object is initially bound to the transport object. You can create a session later by doing it in essentially any callback, the main concern is purely that the work is performed on the thread running the reactor, as all your

RE: [jira] [Closed] (PROTON-1755) How do create sessions and links dynamically once the connection is open ?

2018-02-09 Thread Priyanka Mathur
My concern with creating new sessions dynamically is that, we never get onConnectionBound -> where we start a session on the existing connection once connection is established. Is there a sample or some piece of code that explains how to use the reactor so that we can create a new session on