Technically, the no local option is supported on the STOMP subscribe frame so I'm not sure why it's not supported by the c++ client.
On 5/31/07, Albert Strasheim <[EMAIL PROTECTED]> wrote:
Hello all, Does anybody have any thoughts on this? I'd like to get a final answer so that I can write the tests for my Python wrapper for AMQCPP accordingly. Cheers, Albert On Thu, 24 May 2007, Albert Strasheim wrote: > Hello all > > This question is about the behaviour of the AMQCPP library, but it > might also apply to the Java library. > > I did a quick test where I created a consumer on a topic with an empty > selector and noLocal flag set to true which, according to the > documentation, should mean that the consumer doesn't receive any > messages published by its own connection. > > This seems to work fine with Openwire, but when using Stomp, I seem to > be getting messages published from my own connection. > > Is this a Stomp limitation or is this an issue that should be > investigated further? > > Thanks. > > Cheers, > > Albert
-- Regards, Hiram Blog: http://hiramchirino.com
