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. - Aidan -- Apache Qpid - World Domination through Advanced Message Queueing http://qpid.apache.org --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
