XMPP error in ActiveMQ 5 (FUSE Message Broker 5.0.0.2)

2007-10-02 Thread Fintan Bolton
I'm testing the version of ActiveMQ embedded in FUSE Message Broker 5.0.0.2, trying to get the XMPP protocol to work. After installing the binary distribution on Windows, I ran the ActiveMQ broker with the following command: activemq With the default settings. The broker appears to start up

Re: Crashing an AMQ producer in ~12 seconds

2007-10-02 Thread Rob Davies
reproduced it - am shaking out the problem at the mo On Oct 2, 2007, at 1:23 PM, WHIRLYCOTT wrote: On Oct 1, 2007, at 8:27 AM, Rob Davies wrote: I'm going to see if I can reproduce on OS/X Any luck? phil. -- Whirlycott

Re: Load Balancing Question

2007-10-02 Thread Mario Siegenthaler
I think you're issue is the prefetching of messages that is done by ActiveMQ. Set the prefetchSize to 1 and it should work as you expect it. See http://activemq.apache.org/what-is-the-prefetch-limit-for.html Mario On 10/2/07, Ned Wolpert [EMAIL PROTECTED] wrote: Folks- I'm trying to see how

Re: Load Balancing Question

2007-10-02 Thread Ned Wolpert
Thanks, that was what I needed. (I also got a response from the activemessaging group too for this) On 10/2/07, Mario Siegenthaler [EMAIL PROTECTED] wrote: I think you're issue is the prefetching of messages that is done by ActiveMQ. Set the prefetchSize to 1 and it should work as you expect

Sending a byte[] in a message

2007-10-02 Thread Zagato
Hello everybody, i'm newbie with ActiveMQ,.. i have a very long String that i compress using BZIP2 with Java, this works perfect but i get a byte[] as the result of the compression, then i need to send this byte[] in a ObjectMessage, is this posible ? can somebody give a few tips !!! Thanks in