redelivery Broker and ActiveMQConnectionFactory

2013-10-15 Thread soelvar
Hi all, This is probably a newbie question but I am looking through examples and notice that it is possible to set RedeliveryPolicy on both Broker and ActiveMQConnectionFactory. My guess is that when using a broker is should be set on the broker and that when setting it on

Jconsole Topic and Queue

2013-10-15 Thread Steven Turner
Hi, I am using ActiveMQ 5.8.0. I am monitoring my broker using JConsole. I am seeing some uncommon behavior in jconsole in MBeans Mbeans--org.apache.activemq--Broker--StevenBroker--Topic-- Here some of the topics are with yellow sign at the starting and some are not and all the queues here are

Re: redelivery Broker and ActiveMQConnectionFactory

2013-10-15 Thread Gary Tully
the difference is where redelivery occurs. By default it occurs within the consumer on the client. So messages pending delivery or redelivery are not available to other consumers. With the broker redelivery plugin, the consumer is not involved and normal broker dispatch is used for redelivery.

Re: redelivery Broker and ActiveMQConnectionFactory

2013-10-15 Thread soelvar
Hi Gtully, Thanks for your reply - I think I would favor using the broker configuration over factory. However it seems like the default factory configuration always overrides the broker plugin in this case...I am actually using ActiveMQXAConnectionFactory. Do you know if there are any issues in

Re: Jconsole Topic and Queue

2013-10-15 Thread Christian Posta
can you post a screen shot? On Tue, Oct 15, 2013 at 6:39 AM, Steven Turner steventurner...@gmail.comwrote: Hi, I am using ActiveMQ 5.8.0. I am monitoring my broker using JConsole. I am seeing some uncommon behavior in jconsole in MBeans