Re: Subscribing with a selector over stomp isn't working

2010-08-23 Thread Gary Tully
yea, it is. Full reference in the java doc, see selectors: http://download-llnw.oracle.com/javaee/1.3/api/javax/jms/Message.html On 23 August 2010 07:53, James Green wrote: > I believe I've traced this. > > The value 21211 must be enclosed in single quotes. Without quotes it > does not work. Encl

Re: Subscribing with a selector over stomp isn't working

2010-08-22 Thread James Green
I believe I've traced this. The value 21211 must be enclosed in single quotes. Without quotes it does not work. Enclosed in double quotes (") it does not work. It this one of the finer details of the JMS spec does anyone know? James On 20 August 2010 16:30, James Green wrote: > I'm using PHP w

Subscribing with a selector over stomp isn't working

2010-08-20 Thread James Green
I'm using PHP with Stomp for connectivity. Where $o is my Stomp client: $o->subscribe("/queue/message.status.outbox", array("selector" => "AccountId = 21211")); Leaves the following trace: 2010-08-20 16:20:54,362 [127.0.0.1:44882] TRACE StompTransportFilter - Received: CONNECT passcode: