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