You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2013/07/31 17:35:48 UTC

[jira] [Created] (QPID-5030) JMS client to use C++ broker selectors

Andrew Stitcher created QPID-5030:
-------------------------------------

             Summary: JMS client to use C++ broker selectors
                 Key: QPID-5030
                 URL: https://issues.apache.org/jira/browse/QPID-5030
             Project: Qpid
          Issue Type: Sub-task
            Reporter: Andrew Stitcher


As the current C++ broker selector work stands it is compliant with the registered amqp 1.0 filter extension, but the JMS client will not use the C++ broker selectors for anything still falling back to the client side selectors.

We should allow the JMS client to use the c++ broker selectors.

There are roughly 2 ways to do this and both may be needed:

For amqp 1.0 we need the client to translate the JMS specified identifiers to the ones specified in the extension and to use a filter - this may never be work sensible to do in the existing client.

For earlier protocol versions, we probably need to add code to the C++ broker which accepts the extra subscription property that the java client uses for the selector and add some code which recognises the JMS identifiers instead of the amqp extension identifiers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org