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
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 ?
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
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]
---