Package org.hornetq.core.server

Examples of org.hornetq.core.server.ServerMessage.decrementDurableRefCount()


      boolean durableRef = message.isDurable() && queue.durable;

      if (durableRef && ! ref.isPaged())
      {
         int count = message.decrementDurableRefCount();

         if (count == 0)
         {
            // Note - we MUST store the delete after the preceeding ack has been committed to storage, we cannot combine
            // the last ack and delete into a single delete.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.