Re: STOMP transport in embedded Broker not working

2011-07-05 Thread Dejan Bosanac
Can you turn on debug logging, it should help seeing what's wrong. One thing I noticed is that you're missing some dependencies like xstream for example. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource

Re: STOMP transport in embedded Broker not working

2011-07-02 Thread Martin C.
Hi, On Sat, Jul 2, 2011 at 7:18 PM, SketchCND wrote: > Hi Martin, > > Thanks for the reply. I don't believe that this issue is on the client side. [...] Hmm, I suppose you are right and I think my reply might have been meant for another topic. I just need to find it again. Sorry! Best regards,

Re: STOMP transport in embedded Broker not working

2011-07-02 Thread SketchCND
Hi Martin, Thanks for the reply. I don't believe that this issue is on the client side. As I mentioned in my original post, when starting ActiveMQ using the download abd passing my xml config as "activemq.bat xbean:myconfig.xml" the stomp clients can pub/sub to the broker. Tested using the Stomp E

Re: STOMP transport in embedded Broker not working

2011-07-02 Thread Martin C.
Hi, I just noticed I got the documentation for the C++ project, but I suppose there will be similar settings for the broker itself. Best regards, Martin On Sat, Jul 2, 2011 at 3:11 PM, Martin C. wrote: > Hi, > > maybe http://activemq.apache.org/cms/configuring.html can help, > especially the wi

Re: STOMP transport in embedded Broker not working

2011-07-02 Thread Martin C.
Hi, maybe http://activemq.apache.org/cms/configuring.html can help, especially the wireFormat.maxInactivityDuration setting. But I don't know if/how it applies to STOMP connections, but I would also be very interested in this, as it might be that I need to connect some clients via STOMP. Best reg