I wish to run an experiment in which the publisher loses connection with the
broker and then enqueues them in its own queue and then when it regains
connectivity it send s all its queued messages to the broker. How can I I do
this since if I call close connection, I can no longer send(raises an
exception). A trick that I can think of is to use a network of two brokers
and simulate the above by breaking the connection between the two brokers.
Is there an API call that I can use to do the above?



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Simulating-loss-of-broker-publisher-connectivity-tp4711888.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to