Interface Redrive.Transport

Enclosing class:
Redrive

public static interface Redrive.Transport
The minimal transport surface Redrive.redrive(com.babelqueue.Redrive.Transport, java.lang.String, com.babelqueue.Redrive.Options) needs, implemented over any broker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Acknowledge (remove) a previously reserved message.
    pop(String queue)
    Reserve the next message from queue, or null when it is empty.
    void
    publish(String queue, String body)
    Publish an already-encoded body to queue.