On 5/2/07, didyeah971 <[EMAIL PROTECTED]> wrote:

It runs ok for me now, I tested the latest 4.2 Snapshot version, and the web
console is much more comfortable to me.
I have some more additional questions about Stomp : is it possible to
implement the message selectors with the php client ?

Yes - just pass the selector when creating a consumer.

http://stomp.codehaus.org/Stomp+JMS


what about browsing the queues ? I mean, i just want to retrieve all my
messages but i can retrieve them one by one, unless with an infinite loop
while (true)
{$res = $c->readFrame();}

Stomp doesn't support browsing queues yet; you can subscribe using
client acknowledge, receive a bunch of messages then unsubscribe
without consuming them.

--
James
-------
http://macstrac.blogspot.com/

Reply via email to