With the async property what i do find is that the message is persisted in
the local store and then when the Active MQ link is restored the message
goes from the producer/broker to ActiveMQ server and then to the received.
This works for me as the only message loss is see is if my producer server
I am using active MQ with spring.
I am using JMS Template to send the messages.
My application logic is the following activies in sequence
1> Do some set of online activities
2> Submit some things for offline activity using JMS template and active MQ
3> Sent response for online activities
My u