Hi Everybody! I need to use persistent and non-persistent delivery mode. I read in the documentation that "The delivery mode is set on the producer and is applied to all messages sent from that producer. But the delivery mode can be overridden for individual messages."
The persistent messages will be one large delivery (2 mb) every 15 min and the non-persistent messages will be frequent small deliveries. So, what is the best option? To use one broker with persistent delivery mode and override this behaviour for non-persistent messages (or viceversa) or to use two brokers, one for each delivery mode? How does this affect the performance or the complexity of the development? Thanks. -- View this message in context: http://www.nabble.com/one-or-two-brokers-for-persistent-and-non-persistent-delivery-mode--tp25878647p25878647.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.