Thanks Gary
Seems I had to not only set maxBrowsePageSize but also bump up the
memoryLimit from its default 1mb.
In JConsole, I did not see "maxBrowsePageSize", but rather "maxPageSize"
which was defaulted to 200.
On Tue, Oct 25, 2011 at 10:43 AM, Gary Tully [via ActiveMQ] <
ml-node+s2283324n3937
Hi Gary,
I have a block that goes like so:
const cms::BytesMessage *bytesMessage = dynamic_cast(cmsMessage);
std::vector properties(bytesMessage->getPropertyNames());
for (std::vector::iterator i = properties.begin(); i !=
properties.end(); ++i)
LOG_VERBOSE << "\t" << *i;
to print out th
how are you checking for that property in the client? Can you paste the code?
On 25 October 2011 20:10, mhandy wrote:
> I'm attempting to enable the traceBrokerPathPlugin on my ActiveMQ server. I'm
> using version 5.5.1. I've enabled the loggingBrokerPlugin, so I can see in
> the server logs of t
I'm attempting to enable the traceBrokerPathPlugin on my ActiveMQ server. I'm
using version 5.5.1. I've enabled the loggingBrokerPlugin, so I can see in
the server logs of the postProcessDispatch for my messages that the JMS
property SERVER_NAME is being inserted into my messages as I expect.
Howev
I am using ActiveMQ 5.5 and I have a MessageProducer that is sending messages
to a broker.
I set this Producers SendTimeout to 1 (in the connectionFactory ) but
when the connection with the broker breaks the producer blocks on send
infinitely. This causes a growing memory leak in my application
There is a destination policy entry that limits the size of a queue
browse. It is the maxBrowsePageSize policyentry attribute.
But it defaults to 400 so you should be in the clear. I wonder if this
is a limitation of the ui. Can you validate with jconsole ?
On 22 October 2011 01:07, Peter Kleczka
I have a system that will consist of a broker (server broker) that will be
connected via networkConnection from multiple different brokers (client
brokers). While doing some testing I noticed that a queue created on one
client broker (i.e. A) showed up on another client broker (i.e. B) as well
as s
I have two activemq brokers networked together. The producer broker (has
static network xml tag) shows enqueued and dequeued values matching when
consumer broker consumes the message, but the dequeued value on the consumer
broker shows zero and if I rerun the consumer it receives all the messages
a
Hi Roger,
you can always explicitly "close" a message group
http://activemq.apache.org/message-groups.html#MessageGroups-ClosingaMessageGroup
Timeout also makes sense, can you log it in Jira, so it can be considered as
an enhancement in future implementations.
Regards
--
Dejan Bosanac - http:/