Aidan Skinner wrote:
On Thu, Feb 19, 2009 at 12:19 PM, chenta <[email protected]> wrote:

I try to implement a JMS like message selector. But how should client
transfer its query to the broker? By intuition, client can tell broker about
the query when subscribe to a queue. However, there is no such field in
"SubscriptionSettings" and it seems hard to extend it. Should I just do it
by myself? On the other hand, ActiveMQ put JMS selector query into the URL,
should we try this approach?

The JMS client puts this in the subscription properties field table,
which works quite well.


Yes; the arguments field table can be added to SubscriptionSettings and from there passed as the arguments param to the messageSubscribe in SubscriptionImpl.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to