Re: message filtering via ajax in 5.4?

2010-09-13 Thread Alex Dean
Patch is ready for consideration : https://issues.apache.org/activemq/browse/AMQ-2874 thanks, alex On Aug 5, 2010, at 8:41 AM, Dejan Bosanac wrote: Hi Alex, I think the 4th optional parameter would work just fine. Can you raise a Jira and attach patch there when you have it ready. Thanks!

Re: message filtering via ajax in 5.4?

2010-09-13 Thread Dejan Bosanac
Thanks Alex, I'll take a look at this patch tomorrow! Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Sep 13, 2010 at 3:45 PM, Alex Dean

Re: message filtering via ajax in 5.4?

2010-08-05 Thread Dejan Bosanac
Hi Alex, I think the 4th optional parameter would work just fine. Can you raise a Jira and attach patch there when you have it ready. Thanks! Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/

Re: message filtering via ajax in 5.4?

2010-08-04 Thread Dejan Bosanac
Hi Alex, yes MessageListenerServlet supports selectors in the 'selector' request parameter. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Aug 3,

Re: message filtering via ajax in 5.4?

2010-08-04 Thread Alex Dean
Thanks Dejan. How do I send the 'selector' parameter via the amq.js addListener() function? Looks like support for 'selector' would need to be added to addListener() and sendJmsMessage() somehow. (Maybe an optional 4th parameter?)

Re: message filtering via ajax in 5.4?

2010-08-03 Thread Alex Dean
On Jul 26, 2010, at 11:25 AM, Alex Dean wrote: In 5.4, will ajax clients be able to specify per-subscription filtering rules when subscribing to topics? I don't see any obvious support for this in the 5.4-SNAPSHOT amq.js code, but maybe I'm missing it. Would be very helpful to have, and

message filtering via ajax in 5.4?

2010-07-26 Thread Alex Dean
In 5.4, will ajax clients be able to specify per-subscription filtering rules when subscribing to topics? I don't see any obvious support for this in the 5.4-SNAPSHOT amq.js code, but maybe I'm missing it. Would be very helpful to have, and I'd be happy to work on the JavaScript side of