Re: hasFrameToRead always returns false after first message

2009-11-13 Thread Dejan Bosanac
age succeeds as part of a separate STOMP session. Messages > >> are > >> being sent with INDIVIDUAL_ACKNOWLEDGE. As a less desirable solution, > >> we've implemented a message feed, using a servlet and then the php > >> application can acknowledge any mess

Re: hasFrameToRead always returns false after first message

2009-11-13 Thread jwotman
the php >> application can acknowledge any message when it needs. >> >> Is there another way to do this purely using STOMP? >> >> >> >> >> Hi Dejan: >> >> Thanks for the correction. However, I'm getting the same result. >> -- >>

Re: hasFrameToRead always returns false after first message

2009-11-12 Thread Roger Hoover
an: > > Thanks for the correction. However, I'm getting the same result. > -- > View this message in context: > http://old.nabble.com/hasFrameToRead-always-returns-false-after-first-message-tp26308746p26326633.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

Re: hasFrameToRead always returns false after first message

2009-11-12 Thread jwotman
there another way to do this purely using STOMP? Hi Dejan: Thanks for the correction. However, I'm getting the same result. -- View this message in context: http://old.nabble.com/hasFrameToRead-always-returns-false-after-first-message-tp26308746p26326633.html Sent from the Act

Re: hasFrameToRead always returns false after first message

2009-11-12 Thread jwotman
tion/php/index.html -- View this message in context: http://old.nabble.com/hasFrameToRead-always-returns-false-after-first-message-tp26308746p26321438.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: hasFrameToRead always returns false after first message

2009-11-12 Thread Dejan Bosanac
= $headers['message-id']; >$messages[$messageId] = $body; > > >} > > $con ->disconnect(); >return $messages; > > >} > > -- > View this message in context: > http://old.nabble.com/hasFrameToRead-always-returns-false-after-first-message-tp26308746p26308746.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

hasFrameToRead always returns false after first message

2009-11-11 Thread jwotman
age-id']; $messages[$messageId] = $body; } $con ->disconnect(); return $messages; } -- View this message in context: http://old.nabble.com/hasFrameToRead-always-returns-false-after-first-message-tp26308746p26308746.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.