If the data for the messages you're sending is already persisted somewhere then why not simply send the messages non-persistently?
Justin On Fri, Jul 21, 2017 at 9:53 AM, [email protected] < [email protected]> wrote: > Hi Justin, > > Thanks for the detailed reply. > > The reason for not persisting is because the same data is persisted or > available in the different data store (ODL MDSAL). > > The use case was "My application (Controller) receives events > asynchronously > from the south bound devices which are persisted in the local data store > (ODL MDSAL) and at the same time put in the topic for the north bound > applications to consume asynchronously." > > Since, it already persisted locally do not want to persist again in the > message broker. > > Regards > Senthil Jayakumar > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/How-to-SYNC-messages-in-Cluster-without- > using-persistence-on-the-message-broker-tp4728592p4728771.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
