Ability to not dynamically create destinations
-----------------------------------------------
Key: QPID-649
URL: https://issues.apache.org/jira/browse/QPID-649
Project: Qpid
Issue Type: New Feature
Components: Java Client
Affects Versions: M3
Reporter: Arnaud Simon
Priority: Minor
It is required by JMS to throw an exception when a destination does not exist
on the broker.
This could be achieved by using the passive flag when exchanges and queues are
declared.
We can add a property in our currently existing Context Factory for only
creating the destination that are declared in JNDI and then use the passive
flag and/or query to check whether a destination exist on the broker.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.