Re: How to do server side filtering of msgs in topic queues, through STOMP?

2013-06-23 Thread Sam Roberts
On Mon, Jun 3, 2013 at 7:21 AM, Christian Posta wrote: > Can you give it a shot with using wildcard subscriptions? The wildcards > defined on this wiki also work for STOMP subscriptions; > > http://activemq.apache.org/wildcards.html Looks perfect, but I have no idea how to use those wildcards wit

How to do server side filtering of msgs in topic queues, through STOMP?

2013-05-31 Thread Sam Roberts
For those familiar, this is like AMQP's topics, with a "a.b.#" at the end of subcription pattern, or of Redis PSUBSCRIBE with "a.b.*", or whatever. I want matching on whole words, but if it only prefix matches are possible, I guess that's OK, I can cleanup a bit on reception. I'm looking to subscr

Re: How do I run activemq with STOMP? Why is derby not found?

2013-05-30 Thread Sam Roberts
On Wed, May 29, 2013 at 7:47 PM, Christian Posta wrote: > Yah, you can set environment variables... > > ACTIVEMQ_HOME -- the root dir for your install > ACTIVEMQ_BASE -- the root dir for your current broker, usually the same as > ACTIVEMQ_HOME > ACTIVEMQ_CONF -- the dir to use for configuration

Re: How do I run activemq with STOMP? Why is derby not found?

2013-05-29 Thread Sam Roberts
Thanks, yes, when I ran it from here it started: sam@slsam:/usr/local/Cellar/activemq/5.8.0/libexec % ls ./ WebConsole-README.txt bin/ data/ example/ tmp/ webapps/ ../ activemq-all-5.8.0.jar* conf/ docs/ lib/ user-guide.html webapps-demo/ sam@slsam:/usr/local/Cellar/activemq/5.8.0/libexec % With:

How do I run activemq with STOMP? Why is derby not found?

2013-05-29 Thread Sam Roberts
I'm staring at the docs, and just going around in circles trying to follow their advice. I'm using 5.8.0, installed using homebrew. I have tried using conf/activemq-stomp.xml, using the command it says to, and any other variants I can think of: activemq console xbean:conf/activemq-stomp.xml