Hello, we have a Topic with one durable subscriber consumer and one producer. If both are running, the messages flow with no issues. However, if the consumer is down, when the producer sends a message, it waits for the broker to acknowledge without ever coming back.
Is there a configuration property or any other setting we can tune to avoid this behavior? Basically we want the producer to send and forget, and have the broker keep the messages in the topic until the durable subscriber comes back alive. (Or, do they both need to be running all the time?) We are using ActiveMQ 5.6 with Spring 3.1.1 on Apache Tomcat 7.0.27. Thanks for the support! Javier C. -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-to-Topic-with-Consumer-down-the-broker-is-waiting-tp4660452.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.