Priyanka Mathur created PROTON-1755:
---------------------------------------
Summary: How do create sessions and links dynamically once the
connection is open ?
Key: PROTON-1755
URL: https://issues.apache.org/jira/browse/PROTON-1755
Project: Qpid Proton
Issue Type: Bug
Components: proton-j
Affects Versions: proton-j-0.25.0
Reporter: Priyanka Mathur
Hi Proton-j folks,
We use proton-j library for establishing a connection and sending/receiving
messages over it.Until now we never had the need to *add* a new session or new
link to an existing and *opened* connection. Now that we have multiplexing, we
have the need to add a new session (and)/or add a new link to already existing
and opened connection. My question is how do I do that ?
Once we start the reactor, we receive several callbacks and callbacks of
importance here are
1. onConnectionInit
2. onConnectionBound -> we start a session
3. onLinkInit -> we start a link
4. onLinkRemoteOpen -> we check if link has opened
and the connection is now established.
Question is now that connection is opened,
how do I add a new session to the already opened connection ?
how do I add a new link to the already opened session ?
Is there any such support from proton-j ? As AMQP protocol clearly should
support it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]