4 Replies Latest reply on Jul 8, 2013 8:14 AM by jesper.pedersen

    Resource Adapter inflow recovery

    jmesnil

      I talked to jesper and it looks like HornetQ does not support crash recovery for inflow.

       

      HornetQResourceAdapter.getXAResources() throw an exception that it is not supported. Is there an action to support it?

       

      Jesper also noticed that this implementation is not correct anyway: if HornetQ does not support recovery, it must return null or new ActivationSpec[0]. But raising an exception is considered a server error.