Re: Stomp protocol problems

2008-01-30 Thread gustav.mauer
t; I currently have only one listener that fills a local queue that gets > processed by consumer threads. Should I create a listener/consumer for > each thread? > > Thanks, Sebastjan > > On 1/30/08, gustav.mauer <[EMAIL PROTECTED]> wrote: >> >> I am under

Re: Stomp protocol problems

2008-01-30 Thread gustav.mauer
I am under the impression this is correct behaviour. See for example: http://java.sun.com/products/jms/tutorial/ page 63 Sebastjan Trepca wrote: > > Hi, > > I'm using ActiveMQ(both versions are affected) with STOMP protocol and > noticed a problem with it. At least I hope it's a problem. > >

Re: cms - problem using Stomp

2008-01-25 Thread gustav.mauer
rt. > Try reading the comments in the main of the example they give examples > of the correct uri for stomp and openwire. > > > On Fri, 2008-01-25 at 09:19 -0800, gustav.mauer wrote: >> I have downloaded and compiled activemq-cpp-2.1.3-src on Windows using >> Visual >>

cms - problem using Stomp

2008-01-25 Thread gustav.mauer
I have downloaded and compiled activemq-cpp-2.1.3-src on Windows using Visual Studio 2005 using the supplied solution. I have compiled and executed the demo in src\examples and it works fine. However, when I change line 333 of src\examples\main.cpp to: "?wireFormat=stomp" and recompile an