Hi guys
What is the differnce between DeliveryMode.PERSISTENT(which is configured when sending message) and durable queue(which is defined in config file)?
I mean what is result of mixing these two options?
1. persistant message , durable queue
2. persistant message , non durable queue
3. nonpersisted message , durable queue
4. nonpersisted message , non durable queue
In which case message will be persisted?
which one have the most throughput and performance?