pika.spec¶
AMQP Specification¶
This module implements the constants and classes that comprise AMQP protocol
level constructs. It should rarely be directly referenced outside of Pika’s
own internal use.
.. note:: Auto-generated code by codegen.py, do not edit directly. Pull
requests to this file without accompanying utils/codegen.py changes will be
rejected.
- class pika.spec.Connection[source]¶
-
- class Start(version_major=0, version_minor=9, server_properties=None, mechanisms='PLAIN', locales='en_US')[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class StartOk(client_properties=None, mechanism='PLAIN', response=None, locale='en_US')[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Secure(challenge=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class SecureOk(response=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Tune(channel_max=0, frame_max=0, heartbeat=0)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class TuneOk(channel_max=0, frame_max=0, heartbeat=0)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Open(virtual_host='/', capabilities='', insist=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class OpenOk(known_hosts='')[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Close(reply_code=None, reply_text='', class_id=None, method_id=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class CloseOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Blocked(reason='')[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Unblocked[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class UpdateSecret(new_secret, reason)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class UpdateSecretOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class pika.spec.Channel[source]¶
-
- class Open(out_of_band='')[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class OpenOk(channel_id='')[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Flow(active=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class FlowOk(active=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Close(reply_code=None, reply_text='', class_id=None, method_id=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class CloseOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class pika.spec.Access[source]¶
-
- class Request(realm='/data', exclusive=False, passive=True, active=True, write=True, read=True)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class RequestOk(ticket=1)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class pika.spec.Exchange[source]¶
-
- class Declare(ticket=0, exchange=None, type=ExchangeType.direct, passive=False, durable=False, auto_delete=False, internal=False, nowait=False, arguments=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class DeclareOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Delete(ticket=0, exchange=None, if_unused=False, nowait=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class DeleteOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Bind(ticket=0, destination=None, source=None, routing_key='', nowait=False, arguments=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class BindOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Unbind(ticket=0, destination=None, source=None, routing_key='', nowait=False, arguments=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class UnbindOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class pika.spec.Queue[source]¶
-
- class Declare(ticket=0, queue='', passive=False, durable=False, exclusive=False, auto_delete=False, nowait=False, arguments=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class DeclareOk(queue=None, message_count=None, consumer_count=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Bind(ticket=0, queue='', exchange=None, routing_key='', nowait=False, arguments=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class BindOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Purge(ticket=0, queue='', nowait=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class PurgeOk(message_count=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Delete(ticket=0, queue='', if_unused=False, if_empty=False, nowait=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class DeleteOk(message_count=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Unbind(ticket=0, queue='', exchange=None, routing_key='', arguments=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class UnbindOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class pika.spec.Basic[source]¶
-
- class Qos(prefetch_size=0, prefetch_count=0, global_qos=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class QosOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Consume(ticket=0, queue='', consumer_tag='', no_local=False, no_ack=False, exclusive=False, nowait=False, arguments=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class ConsumeOk(consumer_tag=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Cancel(consumer_tag=None, nowait=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class CancelOk(consumer_tag=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Publish(ticket=0, exchange='', routing_key='', mandatory=False, immediate=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Return(reply_code=None, reply_text='', exchange=None, routing_key=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Deliver(consumer_tag=None, delivery_tag=None, redelivered=False, exchange=None, routing_key=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Get(ticket=0, queue='', no_ack=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class GetOk(delivery_tag=None, redelivered=False, exchange=None, routing_key=None, message_count=None)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class GetEmpty(cluster_id='')[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Ack(delivery_tag=0, multiple=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Reject(delivery_tag=None, requeue=True)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class RecoverAsync(requeue=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Recover(requeue=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class RecoverOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Nack(delivery_tag=0, multiple=False, requeue=True)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class pika.spec.Tx[source]¶
-
- class Select[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class SelectOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Commit[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class CommitOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class Rollback[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class RollbackOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class pika.spec.Confirm[source]¶
-
- class Select(nowait=False)[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class SelectOk[source]¶
-
- property synchronous¶
bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
- get_properties() Properties¶
Return the properties if they are set.
- Return type:
pika.frame.Properties
- class pika.spec.BasicProperties(content_type=None, content_encoding=None, headers=None, delivery_mode=None, priority=None, correlation_id=None, reply_to=None, expiration=None, message_id=None, timestamp=None, type=None, user_id=None, app_id=None, cluster_id=None)[source]¶
-
- FLAG_CONTENT_TYPE = 32768¶
- FLAG_CONTENT_ENCODING = 16384¶
- FLAG_HEADERS = 8192¶
- FLAG_DELIVERY_MODE = 4096¶
- FLAG_PRIORITY = 2048¶
- FLAG_CORRELATION_ID = 1024¶
- FLAG_REPLY_TO = 512¶
- FLAG_EXPIRATION = 256¶
- FLAG_MESSAGE_ID = 128¶
- FLAG_TIMESTAMP = 64¶
- FLAG_TYPE = 32¶
- FLAG_USER_ID = 16¶
- FLAG_APP_ID = 8¶
- FLAG_CLUSTER_ID = 4¶