You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Lionel Cons <li...@cern.ch> on 2011/06/29 13:44:46 UTC

Apollo queue browsing violates the STOMP 1.1 spec

Hiram,

The "end of browse" message used in Apollo's queue browsing:

  MESSAGE
  subscription:mysub
  browser:end

violates the STOMP 1.1 specification since it does not contain two of
the mandatory MESSAGE fields: message-id and destination.

A strict STOMP library (such as mine) could reject such an invalid
MESSAGE frame.

Could this be fixed please?

Cheers,

Lionel

Re: Apollo queue browsing violates the STOMP 1.1 spec

Posted by Hiram Chirino <hi...@hiramchirino.com>.
Opened:

https://issues.apache.org/jira/browse/APLO-58

Regards,
Hiram

FuseSource
Web: http://fusesource.com/




On Wed, Jun 29, 2011 at 7:44 AM, Lionel Cons <li...@cern.ch> wrote:
> Hiram,
>
> The "end of browse" message used in Apollo's queue browsing:
>
>  MESSAGE
>  subscription:mysub
>  browser:end
>
> violates the STOMP 1.1 specification since it does not contain two of
> the mandatory MESSAGE fields: message-id and destination.
>
> A strict STOMP library (such as mine) could reject such an invalid
> MESSAGE frame.
>
> Could this be fixed please?
>
> Cheers,
>
> Lionel
>