Do changes to activemq.xml require a broker restart?

2010-01-15 Thread yello_downunder
Hi, Do changes to activemq.xml require a broker restart before they take effect? Is this documented somewhere in the ActiveMQ docs? Jerry Seutter -- View this message in context: http://old.nabble.com/Do-changes-to-activemq.xml-require-a-broker-restart--tp27185449p27185449.html Sent from the

Shutting down a broker in a network of brokers

2009-12-03 Thread yello_downunder
I'm looking at using a network of brokers. When shutting down a broker in the network of brokers, how can you ensure that no messages are trapped on the broker being shut down? Do you have to remove all producers on the network of brokers and wait for messages to be processed on all brokers? --

Re: Bridging of auto-created queues and topics

2009-10-07 Thread yello_downunder
rajdavies wrote: > > > On 6 Oct 2009, at 20:54, yello_downunder wrote: > >> >> Hi, >> >> I am looking to bridge between an existing JMS broker and an ActiveMQ >> broker. I need to bridge queues and topics that are auto-created on >> the

Bridging of auto-created queues and topics

2009-10-06 Thread yello_downunder
Hi, I am looking to bridge between an existing JMS broker and an ActiveMQ broker. I need to bridge queues and topics that are auto-created on the existing JMS broker. I thought I read in the documentation that this can be done for topics, but I do not see where this can be done for queues. Can

JMS bridging dynamically-created queues

2009-09-17 Thread yello_downunder
Hi, Is there a way to bridge queues/topics from another broker where the queues/topics are dynamically created and deleted? The examples I have seen and the source code I have looked at seem to indicate that bridging can only be set up using configuration files. This would mean a broker restart