You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JMS API also enables you to create TemporaryTopic or TemporaryQueue objects that last only for the duration
of the connection in which they are created. You create these destinations dynamically, using
the TopicSession.createTemporaryTopic and QueueSession.createTemporaryQueue method.
The only message consumers that can consume from a temporary destination are those
created by the same connection that created the destination. Any message producer can send
to the temporary destination. If you close the connection that a temporary destination belongs to,
the destination is closed and its contents lost.
The JMS API also enables you to create TemporaryTopic or TemporaryQueue objects that last only for the duration
of the connection in which they are created. You create these destinations dynamically, using
the TopicSession.createTemporaryTopic and QueueSession.createTemporaryQueue method.
The only message consumers that can consume from a temporary destination are those
created by the same connection that created the destination. Any message producer can send
to the temporary destination. If you close the connection that a temporary destination belongs to,
the destination is closed and its contents lost.
Referred from https://wso2.org/jira/browse/MB-124 and https://wso2.org/jira/browse/MB-125
The text was updated successfully, but these errors were encountered: