Optimized acknowledge appears to be a consumer setting, not a connection setting. You should be able to configure a consumer using URL parameters. For example, set your consumer destination to the following:
topic://mydestination*?consumer.OptimizedAcknowledge=true* The parameter is is bold. On Fri, Jun 15, 2012 at 3:50 PM, newtonsri <[email protected]> wrote: > Hi, > > I am experimenting with NMS. I want to set the acknowledgement mode to > optimised acknowledgement. When I refered to material I found that we can > do > so by using the ActiveMQConnectionFactory instance. Unfortunately > ActiveMQConnectionFactory is not available in C#. Can someone throw light > on > how to set optimised acknowledgement in C# - NMS. > > Thanks in advance ! > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Optimised-acknowledgement-in-NMS-tp4653335.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >
