Documentation

Constants
in package

Table of Contents

Constants

ACK  : mixed = 'ack'
DELAYED  : mixed = 'x-delayed-message'
DELIVERY_MODE_NON_PERSISTENT  : mixed = 1
DELIVERY_MODE_PERSISTENT  : mixed = 2
DIRECT  : mixed = 'direct'
FANOUT  : mixed = 'fanout'
HEADER  : mixed = 'header'
NACK  : mixed = 'nack'
REJECT  : mixed = 'reject'
REQUEUE  : mixed = 'requeue'
TOPIC  : mixed = 'topic'

Constants

DELAYED

public mixed DELAYED = 'x-delayed-message'

DELIVERY_MODE_NON_PERSISTENT

public mixed DELIVERY_MODE_NON_PERSISTENT = 1

DELIVERY_MODE_PERSISTENT

public mixed DELIVERY_MODE_PERSISTENT = 2

        
On this page

Search results