Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Temporary Topics and Queues #566

Open
pamod opened this issue Jun 13, 2017 · 0 comments
Open

Support Temporary Topics and Queues #566

pamod opened this issue Jun 13, 2017 · 0 comments

Comments

@pamod
Copy link
Contributor

pamod commented Jun 13, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant