about creating a TextMessage through an byte stream

2010-09-18 Thread Dominique De Vito
Hi, I have the following use case. (a) I start with objects (b) these objects are transformed into XML through JAXB, and it produces a byte stream (c) this byte stream is converted into a String through calling toString() on the stream (d) this String is given to ActiveMQ for creating a TextM

question about consumer.prority meaning

2007-05-14 Thread Dominique DE VITO
Hi, I am wondering about JMS consumer.prority meaning (mentionned in http://activemq.apache.org/consumer-priority.html ) - is it a priority defining concurrency between possible consumers of the *same* messages ? OR - is it a priority defining (CPU) concurrency between all the consumers ?

Re: pb when compiling the ActiveMQ 4.1

2007-02-20 Thread Dominique DE VITO
27;ve all been using 2.0.4 and building fine for some time. I'll try get a chance to try out 2.0.5 soon to see if thats the cause On 2/20/07, Dominique DE VITO <[EMAIL PROTECTED]> wrote: Hi, I have just seen the Web Console : http://activemq.apache.org/web-console.html I have downl

pb when compiling the ActiveMQ 4.1

2007-02-20 Thread Dominique DE VITO
Hi, I have just seen the Web Console : http://activemq.apache.org/web-console.html I have downloaded **ActiveMQ 4.1** from SVN and entered the command (in the page given above) : mvn clean install -Dmaven.test.skip=true Results : [ERROR] BUILD ERROR [INFO] ---