Hi Rob,
Thanks for answering my question.
Yes, I am running producer, consumers and broker in the same JVM.
1 consumer for each queue. I'm trying to set the minimumMessageSize
on destinations (to 2048 bytes) as your suggestion, but the OOM error still
occurs.
It seem to me that the broker does
Hi,
I try to do a performance test of my application. I submit a huge number of
messages
to my application that consist of several message queues and measure a
system throughput.
I use difference size of messages 10 bytes, 100 bytes and 1 Kbytes in this
test.
The problem is that when I run 1 Kb
ow-control.html and
> http://activemq.apache.org/my-producer-blocks.html
>
> 2010/1/19 ws07
>
>>
>> Hello,
>>
>> I have a problem when I submit a huge number of messages to
>> my consumer class. The queue of my consumer is alway full.
>> This results i
Hello,
I have a problem when I submit a huge number of messages to
my consumer class. The queue of my consumer is alway full.
This results in the producer is blocked.
I use Activemq verion 5.1. Non-persistent deliverly is set at producer and I
receive message
asynchronously by using onMessage(M