Interface RejectMessageListener


public interface RejectMessageListener
This is interface for receiving messages rejected from internal queue. Sometimes occurs serious problem in session and it couldn't send anymore messages. Messages, which were stored in internal queue and waiting for delivering will be removed. This listener can notify that message was removed from sending queue.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    On remove message from sending queue.
  • Method Details

    • onRejectMessage

      void onRejectMessage(FIXFieldList message)
      On remove message from sending queue.
      Parameters:
      message - the rejected message