Interface SubscriptionRecoveryPolicy

    • Method Detail

      • add

        boolean add​(ConnectionContext context,
                    org.apache.activemq.broker.region.MessageReference message)
             throws Exception
        A message was sent to the destination.
        Parameters:
        context -
        message -
        Returns:
        true if successful
        Throws:
        Exception
      • browse

        org.apache.activemq.command.Message[] browse​(org.apache.activemq.command.ActiveMQDestination dest)
                                              throws Exception
        Parameters:
        dest -
        Returns:
        messages
        Throws:
        Exception
      • setBroker

        void setBroker​(Broker broker)