kaleidic.api.rabbitmq

Undocumented in source.

Modules

examples
module kaleidic.api.rabbitmq.examples
platform_utils
module kaleidic.api.rabbitmq.platform_utils
Undocumented in source.
utils
module kaleidic.api.rabbitmq.utils
Undocumented in source.

Public Imports

core.sys.posix.sys.time
public import core.sys.posix.sys.time : timeval;
core.sys.windows.winsock2
public import core.sys.windows.winsock2 : timeval;

Members

Aliases

AMQP_EMPTY_ARRAY
alias AMQP_EMPTY_ARRAY = amqp_empty_array
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EMPTY_BYTES
alias AMQP_EMPTY_BYTES = amqp_empty_bytes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EMPTY_TABLE
alias AMQP_EMPTY_TABLE = amqp_empty_table
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DWORD
alias DWORD = int
Undocumented in source.
ReplySuccess
alias ReplySuccess = AMQP_REPLY_SUCCESS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_boolean_t
alias amqp_boolean_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_t
alias amqp_channel_t = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_state_t
alias amqp_connection_state_t = amqp_connection_state_t_*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_flags_t
alias amqp_flags_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_method_number_t
alias amqp_method_number_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_response_type_enum
alias amqp_response_type_enum = ResponseType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_sasl_method_enum
alias amqp_sasl_method_enum = SaslMethod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_close_fn
alias amqp_socket_close_fn = int function(void*, amqp_socket_close_enum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_delete_fn
alias amqp_socket_delete_fn = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_get_sockfd_fn
alias amqp_socket_get_sockfd_fn = int function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_open_fn
alias amqp_socket_open_fn = int function(void*, const(char)*, int, timeval*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_recv_fn
alias amqp_socket_recv_fn = ssize_t function(void*, void*, size_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_send_fn
alias amqp_socket_send_fn = ssize_t function(void*, const void*, size_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_status_enum
alias amqp_status_enum = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssize_t
alias ssize_t = long
Undocumented in source.

Enums

AMQP_RESPONSE_NONE
anonymousenum AMQP_RESPONSE_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_SASL_METHOD_UNDEFINED
anonymousenum AMQP_SASL_METHOD_UNDEFINED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_STATUS_OK
anonymousenum AMQP_STATUS_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResponseType
enum ResponseType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SaslMethod
enum SaslMethod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_state_enum
enum amqp_connection_state_enum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_delivery_mode_enum
enum amqp_delivery_mode_enum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_field_value_kind_t
enum amqp_field_value_kind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_hostcheck_result
enum amqp_hostcheck_result
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_hostname_validation_result
enum amqp_hostname_validation_result
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_close_enum
enum amqp_socket_close_enum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_flag_enum
enum amqp_socket_flag_enum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_status_private_enum
enum amqp_status_private_enum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tls_version_t
enum amqp_tls_version_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AMQP_VERSION_CODE
auto AMQP_VERSION_CODE(int major, int minor, int patch, int release)
Undocumented in source. Be warned that the author may not have intended to support it.
amqp_abort
void amqp_abort(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_ack
int amqp_basic_ack(amqp_connection_state_t state, amqp_channel_t channel, ulong delivery_tag, amqp_boolean_t multiple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_cancel
amqp_basic_cancel_ok_t* amqp_basic_cancel(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t consumer_tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_consume
amqp_basic_consume_ok_t* amqp_basic_consume(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_bytes_t consumer_tag, amqp_boolean_t no_local, amqp_boolean_t no_ack, amqp_boolean_t exclusive, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_get
amqp_rpc_reply_t amqp_basic_get(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_boolean_t no_ack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_nack
int amqp_basic_nack(amqp_connection_state_t state, amqp_channel_t channel, ulong delivery_tag, amqp_boolean_t multiple, amqp_boolean_t requeue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_publish
int amqp_basic_publish(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t exchange, amqp_bytes_t routing_key, amqp_boolean_t mandatory, amqp_boolean_t immediate, const(amqp_basic_properties_t)* properties, amqp_bytes_t body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_qos
amqp_basic_qos_ok_t* amqp_basic_qos(amqp_connection_state_t state, amqp_channel_t channel, uint prefetch_size, ushort prefetch_count, amqp_boolean_t global)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_recover
amqp_basic_recover_ok_t* amqp_basic_recover(amqp_connection_state_t state, amqp_channel_t channel, amqp_boolean_t requeue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_reject
int amqp_basic_reject(amqp_connection_state_t state, amqp_channel_t channel, ulong delivery_tag, amqp_boolean_t requeue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_bytes_equal
int amqp_bytes_equal(amqp_bytes_t r, amqp_bytes_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_bytes_free
void amqp_bytes_free(amqp_bytes_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_bytes_malloc
amqp_bytes_t amqp_bytes_malloc(size_t amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_bytes_malloc_dup
amqp_bytes_t amqp_bytes_malloc_dup(amqp_bytes_t src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_close
amqp_rpc_reply_t amqp_channel_close(amqp_connection_state_t state, amqp_channel_t channel, int code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_flow
amqp_channel_flow_ok_t* amqp_channel_flow(amqp_connection_state_t state, amqp_channel_t channel, amqp_boolean_t active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_open
amqp_channel_open_ok_t* amqp_channel_open(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_confirm_select
amqp_confirm_select_ok_t* amqp_confirm_select(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_close
amqp_rpc_reply_t amqp_connection_close(amqp_connection_state_t state, int code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_constant_is_hard_error
amqp_boolean_t amqp_constant_is_hard_error(int constantNumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_constant_name
const(char)* amqp_constant_name(int constantNumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_consume_message
amqp_rpc_reply_t amqp_consume_message(amqp_connection_state_t state, amqp_envelope_t* envelope, timeval* timeout, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_cstring_bytes
amqp_bytes_t amqp_cstring_bytes(const(char)* cstr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_data_in_buffer
amqp_boolean_t amqp_data_in_buffer(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_decode_bytes
int amqp_decode_bytes(amqp_bytes_t encoded, size_t* offset, amqp_bytes_t* output, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
amqp_decode_method
int amqp_decode_method(amqp_method_number_t methodNumber, amqp_pool_t* pool, amqp_bytes_t encoded, void** decoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_decode_properties
int amqp_decode_properties(ushort class_id, amqp_pool_t* pool, amqp_bytes_t encoded, void** decoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_decode_table
int amqp_decode_table(amqp_bytes_t encoded, amqp_pool_t* pool, amqp_table_t* output, size_t* offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_default_connection_info
void amqp_default_connection_info(amqp_connection_info* parsed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_destroy_connection
int amqp_destroy_connection(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_destroy_envelope
void amqp_destroy_envelope(amqp_envelope_t* envelope)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_destroy_message
void amqp_destroy_message(amqp_message_t* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_encode_bytes
int amqp_encode_bytes(amqp_bytes_t encoded, size_t* offset, amqp_bytes_t input)
Undocumented in source. Be warned that the author may not have intended to support it.
amqp_encode_method
int amqp_encode_method(amqp_method_number_t methodNumber, void* decoded, amqp_bytes_t encoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_encode_properties
int amqp_encode_properties(ushort class_id, void* decoded, amqp_bytes_t encoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_encode_table
int amqp_encode_table(amqp_bytes_t encoded, amqp_table_t* input, size_t* offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_error_string
char* amqp_error_string(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_error_string2
const(char)* amqp_error_string2(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_bind
amqp_exchange_bind_ok_t* amqp_exchange_bind(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t destination, amqp_bytes_t source, amqp_bytes_t routing_key, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_declare
amqp_exchange_declare_ok_t* amqp_exchange_declare(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t exchange, amqp_bytes_t type, amqp_boolean_t passive, amqp_boolean_t durable, amqp_boolean_t auto_delete, amqp_boolean_t internal, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_delete
amqp_exchange_delete_ok_t* amqp_exchange_delete(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t exchange, amqp_boolean_t if_unused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_unbind
amqp_exchange_unbind_ok_t* amqp_exchange_unbind(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t destination, amqp_bytes_t source, amqp_bytes_t routing_key, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_frames_enqueued
amqp_boolean_t amqp_frames_enqueued(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_channel_max
int amqp_get_channel_max(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_channel_pool
amqp_pool_t* amqp_get_channel_pool(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_client_properties
amqp_table_t* amqp_get_client_properties(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_frame_max
int amqp_get_frame_max(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_handshake_timeout
timeval* amqp_get_handshake_timeout(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_heartbeat
int amqp_get_heartbeat(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_or_create_channel_pool
amqp_pool_t* amqp_get_or_create_channel_pool(amqp_connection_state_t connection, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_rpc_reply
amqp_rpc_reply_t amqp_get_rpc_reply(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_rpc_timeout
timeval* amqp_get_rpc_timeout(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_server_properties
amqp_table_t* amqp_get_server_properties(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_socket
amqp_socket_t* amqp_get_socket(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_get_sockfd
int amqp_get_sockfd(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_handle_input
int amqp_handle_input(amqp_connection_state_t state, amqp_bytes_t received_data, amqp_frame_t* decoded_frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_heartbeat_recv
int amqp_heartbeat_recv(amqp_connection_state_t state)
Undocumented in source. Be warned that the author may not have intended to support it.
amqp_heartbeat_send
int amqp_heartbeat_send(amqp_connection_state_t state)
Undocumented in source. Be warned that the author may not have intended to support it.
amqp_hostcheck
amqp_hostcheck_result amqp_hostcheck(const(char)* match_pattern, const(char)* hostname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_login
amqp_rpc_reply_t amqp_login(amqp_connection_state_t state, const(char)* vhost, int channel_max, int frame_max, int heartbeat, amqp_sasl_method_enum sasl_method, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_login_with_properties
amqp_rpc_reply_t amqp_login_with_properties(amqp_connection_state_t state, const(char)* vhost, int channel_max, int frame_max, int heartbeat, amqp_table_t* properties, amqp_sasl_method_enum sasl_method, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_maybe_release_buffers
void amqp_maybe_release_buffers(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_maybe_release_buffers_on_channel
void amqp_maybe_release_buffers_on_channel(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_merge_capabilities
int amqp_merge_capabilities(amqp_table_t* base, amqp_table_t* add, amqp_table_t* result, amqp_pool_t* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_method_has_content
amqp_boolean_t amqp_method_has_content(amqp_method_number_t methodNumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_method_name
const(char)* amqp_method_name(amqp_method_number_t methodNumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_new_connection
amqp_connection_state_t amqp_new_connection()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_offset
void* amqp_offset(void* data, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
amqp_open_socket
int amqp_open_socket(const(char)* hostname, int portnumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_open_socket_inner
int amqp_open_socket_inner(const(char)* hostname, int portnumber, amqp_time_t deadline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_open_socket_noblock
int amqp_open_socket_noblock(const(char)* hostname, int portnumber, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_openssl_bio
BIO_METHOD* amqp_openssl_bio()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_os_socket_close
int amqp_os_socket_close(int sockfd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_os_socket_error
int amqp_os_socket_error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_parse_url
int amqp_parse_url(char* url, amqp_connection_info* parsed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_poll
int amqp_poll(int fd, int event, amqp_time_t deadline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_pool_alloc
void* amqp_pool_alloc(amqp_pool_t* pool, size_t amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_pool_alloc_bytes
void amqp_pool_alloc_bytes(amqp_pool_t* pool, size_t amount, amqp_bytes_t* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_put_back_frame
int amqp_put_back_frame(amqp_connection_state_t state, amqp_frame_t* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_bind
amqp_queue_bind_ok_t* amqp_queue_bind(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_bytes_t exchange, amqp_bytes_t routing_key, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_declare
amqp_queue_declare_ok_t* amqp_queue_declare(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_boolean_t passive, amqp_boolean_t durable, amqp_boolean_t exclusive, amqp_boolean_t auto_delete, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_delete
amqp_queue_delete_ok_t* amqp_queue_delete(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_boolean_t if_unused, amqp_boolean_t if_empty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_frame
int amqp_queue_frame(amqp_connection_state_t state, amqp_frame_t* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_purge
amqp_queue_purge_ok_t* amqp_queue_purge(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_unbind
amqp_queue_unbind_ok_t* amqp_queue_unbind(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_bytes_t exchange, amqp_bytes_t routing_key, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_read_message
amqp_rpc_reply_t amqp_read_message(amqp_connection_state_t state, amqp_channel_t channel, amqp_message_t* message, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_release_buffers
void amqp_release_buffers(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_release_buffers_ok
amqp_boolean_t amqp_release_buffers_ok(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_rpc_reply_error
amqp_rpc_reply_t amqp_rpc_reply_error(amqp_status_enum status)
Undocumented in source. Be warned that the author may not have intended to support it.
amqp_send_frame
int amqp_send_frame(amqp_connection_state_t state, const(amqp_frame_t)* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_send_frame_inner
int amqp_send_frame_inner(amqp_connection_state_t state, amqp_frame_t* frame, int flags, amqp_time_t deadline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_send_header
int amqp_send_header(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_send_method
int amqp_send_method(amqp_connection_state_t state, amqp_channel_t channel, amqp_method_number_t id, void* decoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_send_method_inner
int amqp_send_method_inner(amqp_connection_state_t state, amqp_channel_t channel, amqp_method_number_t id, void* decoded, int flags, amqp_time_t deadline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_set_handshake_timeout
int amqp_set_handshake_timeout(amqp_connection_state_t state, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_set_initialize_ssl_library
void amqp_set_initialize_ssl_library(amqp_boolean_t do_initialize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_set_rpc_timeout
int amqp_set_rpc_timeout(amqp_connection_state_t state, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_set_socket
void amqp_set_socket(amqp_connection_state_t state, amqp_socket_t* socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_set_sockfd
void amqp_set_sockfd(amqp_connection_state_t state, int sockfd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_simple_rpc
amqp_rpc_reply_t amqp_simple_rpc(amqp_connection_state_t state, amqp_channel_t channel, amqp_method_number_t request_id, amqp_method_number_t* expected_reply_ids, void* decoded_request_method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_simple_rpc_decoded
void* amqp_simple_rpc_decoded(amqp_connection_state_t state, amqp_channel_t channel, amqp_method_number_t request_id, amqp_method_number_t reply_id, void* decoded_request_method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_simple_wait_frame
int amqp_simple_wait_frame(amqp_connection_state_t state, amqp_frame_t* decoded_frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_simple_wait_frame_noblock
int amqp_simple_wait_frame_noblock(amqp_connection_state_t state, amqp_frame_t* decoded_frame, timeval* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_simple_wait_frame_on_channel
int amqp_simple_wait_frame_on_channel(amqp_connection_state_t state, amqp_channel_t channel, amqp_frame_t* decoded_frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_simple_wait_method
int amqp_simple_wait_method(amqp_connection_state_t state, amqp_channel_t expected_channel, amqp_method_number_t expected_method, amqp_method_t* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_close
int amqp_socket_close(amqp_socket_t* self, amqp_socket_close_enum force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_delete
void amqp_socket_delete(amqp_socket_t* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_get_sockfd
int amqp_socket_get_sockfd(amqp_socket_t* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_open
int amqp_socket_open(amqp_socket_t* self, const(char)* host, int port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_open_noblock
int amqp_socket_open_noblock(amqp_socket_t* self, const(char)* host, int port, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_recv
ssize_t amqp_socket_recv(amqp_socket_t* self, void* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_send
ssize_t amqp_socket_send(amqp_socket_t* self, void* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_socket_new
amqp_socket_t* amqp_ssl_socket_new(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_socket_set_cacert
int amqp_ssl_socket_set_cacert(amqp_socket_t* self, const(char)* cacert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_socket_set_key
int amqp_ssl_socket_set_key(amqp_socket_t* self, const(char)* cert, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_socket_set_key_buffer
int amqp_ssl_socket_set_key_buffer(amqp_socket_t* self, const(char)* cert, void* key, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_socket_set_ssl_versions
int amqp_ssl_socket_set_ssl_versions(amqp_socket_t* self, amqp_tls_version_t min, amqp_tls_version_t max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_socket_set_verify
void amqp_ssl_socket_set_verify(amqp_socket_t* self, amqp_boolean_t verify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_socket_set_verify_hostname
void amqp_ssl_socket_set_verify_hostname(amqp_socket_t* self, amqp_boolean_t verify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_socket_set_verify_peer
void amqp_ssl_socket_set_verify_peer(amqp_socket_t* self, amqp_boolean_t verify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_ssl_validate_hostname
amqp_hostname_validation_result amqp_ssl_validate_hostname(const(char)* hostname, X509* server_cert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_string
amqp_bytes_t amqp_string(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
amqp_table_clone
int amqp_table_clone(amqp_table_t* original, amqp_table_t* clone, amqp_pool_t* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_table_construct_bool_entry
amqp_table_entry_t amqp_table_construct_bool_entry(const(char)* key, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_table_construct_table_entry
amqp_table_entry_t amqp_table_construct_table_entry(const(char)* key, amqp_table_t* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_table_construct_utf8_entry
amqp_table_entry_t amqp_table_construct_utf8_entry(const(char)* key, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_table_entry_cmp
int amqp_table_entry_cmp(const(void)* entry1, const(void)* entry2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_table_get_entry_by_key
amqp_table_entry_t* amqp_table_get_entry_by_key(amqp_table_t* table, amqp_bytes_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tcp_socket_new
amqp_socket_t* amqp_tcp_socket_new(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tcp_socket_set_sockfd
void amqp_tcp_socket_set_sockfd(amqp_socket_t* self, int sockfd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_try_recv
int amqp_try_recv(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_try_send
ssize_t amqp_try_send(amqp_connection_state_t state, void* buf, size_t len, amqp_time_t deadline, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tune_connection
int amqp_tune_connection(amqp_connection_state_t state, int channel_max, int frame_max, int heartbeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tx_commit
amqp_tx_commit_ok_t* amqp_tx_commit(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tx_rollback
amqp_tx_rollback_ok_t* amqp_tx_rollback(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tx_select
amqp_tx_select_ok_t* amqp_tx_select(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_version
const(char)* amqp_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_version_number
uint amqp_version_number()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
asRabbit
amqp_bytes_t asRabbit(ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
empty_amqp_pool
void empty_amqp_pool(amqp_pool_t* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
init_amqp_pool
void init_amqp_pool(amqp_pool_t* pool, size_t pagesize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pthread_mutex_init
int pthread_mutex_init(pthread_mutex_t* , void* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pthread_mutex_lock
int pthread_mutex_lock(pthread_mutex_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pthread_mutex_unlock
int pthread_mutex_unlock(pthread_mutex_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pthread_self
DWORD pthread_self()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
recycle_amqp_pool
void recycle_amqp_pool(amqp_pool_t* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sasl_mechanism_in_list
int sasl_mechanism_in_list(amqp_bytes_t mechanisms, amqp_sasl_method_enum method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

AMQP_ACCESS_CLASS
enum AMQP_ACCESS_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_ACCESS_REFUSED
enum AMQP_ACCESS_REFUSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_APP_ID_FLAG
enum AMQP_BASIC_APP_ID_FLAG;

< basic.app-id property flag

AMQP_BASIC_CLASS
enum AMQP_BASIC_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_CLUSTER_ID_FLAG
enum AMQP_BASIC_CLUSTER_ID_FLAG;

< basic.cluster-id property flag

AMQP_BASIC_CONTENT_ENCODING_FLAG
enum AMQP_BASIC_CONTENT_ENCODING_FLAG;

< basic.content-encoding property flag

AMQP_BASIC_CONTENT_TYPE_FLAG
enum AMQP_BASIC_CONTENT_TYPE_FLAG;

< basic.content-type property flag

AMQP_BASIC_CORRELATION_ID_FLAG
enum AMQP_BASIC_CORRELATION_ID_FLAG;

< basic.correlation-id property flag

AMQP_BASIC_DELIVERY_MODE_FLAG
enum AMQP_BASIC_DELIVERY_MODE_FLAG;

< basic.delivery-mode property flag

AMQP_BASIC_EXPIRATION_FLAG
enum AMQP_BASIC_EXPIRATION_FLAG;

< basic.expiration property flag

AMQP_BASIC_HEADERS_FLAG
enum AMQP_BASIC_HEADERS_FLAG;

< basic.headers property flag

AMQP_BASIC_MESSAGE_ID_FLAG
enum AMQP_BASIC_MESSAGE_ID_FLAG;

< basic.message-id property flag

AMQP_BASIC_PRIORITY_FLAG
enum AMQP_BASIC_PRIORITY_FLAG;

< basic.priority property flag

AMQP_BASIC_REPLY_TO_FLAG
enum AMQP_BASIC_REPLY_TO_FLAG;

< basic.reply-to property flag

AMQP_BASIC_TIMESTAMP_FLAG
enum AMQP_BASIC_TIMESTAMP_FLAG;

< basic.timestamp property flag

AMQP_BASIC_TYPE_FLAG
enum AMQP_BASIC_TYPE_FLAG;

< basic.type property flag

AMQP_BASIC_USER_ID_FLAG
enum AMQP_BASIC_USER_ID_FLAG;

< basic.user-id property flag

AMQP_CHANNEL_CLASS
enum AMQP_CHANNEL_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CHANNEL_ERROR
enum AMQP_CHANNEL_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_COMMAND_INVALID
enum AMQP_COMMAND_INVALID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONFIRM_CLASS
enum AMQP_CONFIRM_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_CLASS
enum AMQP_CONNECTION_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_FORCED
enum AMQP_CONNECTION_FORCED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONTENT_TOO_LARGE
enum AMQP_CONTENT_TOO_LARGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_DEFAULT_FRAME_SIZE
enum AMQP_DEFAULT_FRAME_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_DEFAULT_HEARTBEAT
enum AMQP_DEFAULT_HEARTBEAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_DEFAULT_MAX_CHANNELS
enum AMQP_DEFAULT_MAX_CHANNELS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_CLASS
enum AMQP_EXCHANGE_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_FRAME_BODY
enum AMQP_FRAME_BODY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_FRAME_END
enum AMQP_FRAME_END;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_FRAME_ERROR
enum AMQP_FRAME_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_FRAME_HEADER
enum AMQP_FRAME_HEADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_FRAME_HEARTBEAT
enum AMQP_FRAME_HEARTBEAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_FRAME_METHOD
enum AMQP_FRAME_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_FRAME_MIN_SIZE
enum AMQP_FRAME_MIN_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_INTERNAL_ERROR
enum AMQP_INTERNAL_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_INVALID_PATH
enum AMQP_INVALID_PATH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_NOT_ALLOWED
enum AMQP_NOT_ALLOWED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_NOT_FOUND
enum AMQP_NOT_FOUND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_NOT_IMPLEMENTED
enum AMQP_NOT_IMPLEMENTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_NO_CONSUMERS
enum AMQP_NO_CONSUMERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_NO_ROUTE
enum AMQP_NO_ROUTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_PRECONDITION_FAILED
enum AMQP_PRECONDITION_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_PROTOCOL_PORT
enum AMQP_PROTOCOL_PORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_PROTOCOL_VERSION_MAJOR
enum AMQP_PROTOCOL_VERSION_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_PROTOCOL_VERSION_MINOR
enum AMQP_PROTOCOL_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_PROTOCOL_VERSION_REVISION
enum AMQP_PROTOCOL_VERSION_REVISION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_PSEUDOFRAME_PROTOCOL_HEADER
enum AMQP_PSEUDOFRAME_PROTOCOL_HEADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_CLASS
enum AMQP_QUEUE_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_REPLY_SUCCESS
enum AMQP_REPLY_SUCCESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_RESOURCE_ERROR
enum AMQP_RESOURCE_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_RESOURCE_LOCKED
enum AMQP_RESOURCE_LOCKED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_SYNTAX_ERROR
enum AMQP_SYNTAX_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_TX_CLASS
enum AMQP_TX_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_UNEXPECTED_FRAME
enum AMQP_UNEXPECTED_FRAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_VERSION_IS_RELEASE
enum AMQP_VERSION_IS_RELEASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_VERSION_MAJOR
enum AMQP_VERSION_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_VERSION_MINOR
enum AMQP_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_VERSION_PATCH
enum AMQP_VERSION_PATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQ_COPYRIGHT
enum AMQ_COPYRIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FOOTER_SIZE
enum FOOTER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HEADER_SIZE
enum HEADER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POOL_TABLE_SIZE
enum POOL_TABLE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_method_number_tAMQP_CONNECTION_OPEN_METHOD
enum amqp_method_number_tAMQP_CONNECTION_OPEN_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

amqp_access_properties_t_
struct amqp_access_properties_t_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_access_request_ok_t
struct amqp_access_request_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_access_request_t
struct amqp_access_request_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_array_t
struct amqp_array_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_ack_t
struct amqp_basic_ack_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_cancel_ok_t
struct amqp_basic_cancel_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_cancel_t
struct amqp_basic_cancel_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_consume_ok_t
struct amqp_basic_consume_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_consume_t
struct amqp_basic_consume_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_deliver_t
struct amqp_basic_deliver_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_get_empty_t
struct amqp_basic_get_empty_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_get_ok_t
struct amqp_basic_get_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_get_t
struct amqp_basic_get_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_nack_t
struct amqp_basic_nack_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_properties_t
struct amqp_basic_properties_t

basic class properties

amqp_basic_publish_t
struct amqp_basic_publish_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_qos_ok_t
struct amqp_basic_qos_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_qos_t
struct amqp_basic_qos_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_recover_async_t
struct amqp_basic_recover_async_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_recover_ok_t
struct amqp_basic_recover_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_recover_t
struct amqp_basic_recover_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_reject_t
struct amqp_basic_reject_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_basic_return_t
struct amqp_basic_return_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_bytes_t
struct amqp_bytes_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_close_ok_t
struct amqp_channel_close_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_close_t
struct amqp_channel_close_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_flow_ok_t
struct amqp_channel_flow_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_flow_t
struct amqp_channel_flow_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_open_ok_t
struct amqp_channel_open_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_open_t
struct amqp_channel_open_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_channel_properties_t
struct amqp_channel_properties_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_confirm_properties_t
struct amqp_confirm_properties_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_confirm_select_ok_t
struct amqp_confirm_select_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_confirm_select_t
struct amqp_confirm_select_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_blocked_t
struct amqp_connection_blocked_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_close_ok_t
struct amqp_connection_close_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_close_t
struct amqp_connection_close_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_info
struct amqp_connection_info
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_open_ok_t
struct amqp_connection_open_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_open_t
struct amqp_connection_open_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_properties_t
struct amqp_connection_properties_t

connection class properties

amqp_connection_secure_ok_t
struct amqp_connection_secure_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_secure_t
struct amqp_connection_secure_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_start_ok_t
struct amqp_connection_start_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_start_t
struct amqp_connection_start_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_state_t_
struct amqp_connection_state_t_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_tune_ok_t
struct amqp_connection_tune_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_tune_t
struct amqp_connection_tune_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_connection_unblocked_t
struct amqp_connection_unblocked_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_decimal_t
struct amqp_decimal_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_envelope_t
struct amqp_envelope_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_bind_ok_t
struct amqp_exchange_bind_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_bind_t
struct amqp_exchange_bind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_declare_ok_t
struct amqp_exchange_declare_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_declare_t
struct amqp_exchange_declare_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_delete_ok_t
struct amqp_exchange_delete_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_delete_t
struct amqp_exchange_delete_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_properties_t
struct amqp_exchange_properties_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_unbind_ok_t
struct amqp_exchange_unbind_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_exchange_unbind_t
struct amqp_exchange_unbind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_field_value_t
struct amqp_field_value_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_frame_t
struct amqp_frame_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_link_t
struct amqp_link_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_message_t
struct amqp_message_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_method_t
struct amqp_method_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_pool_blocklist_t
struct amqp_pool_blocklist_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_pool_t
struct amqp_pool_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_pool_table_entry_t
struct amqp_pool_table_entry_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_bind_ok_t
struct amqp_queue_bind_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_bind_t
struct amqp_queue_bind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_declare_ok_t
struct amqp_queue_declare_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_declare_t
struct amqp_queue_declare_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_delete_ok_t
struct amqp_queue_delete_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_delete_t
struct amqp_queue_delete_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_properties_t
struct amqp_queue_properties_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_purge_ok_t
struct amqp_queue_purge_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_purge_t
struct amqp_queue_purge_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_unbind_ok_t
struct amqp_queue_unbind_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_queue_unbind_t
struct amqp_queue_unbind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_rpc_reply_t
struct amqp_rpc_reply_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_socket_class_t
struct amqp_socket_class_t

V-table for amqp_socket_t

amqp_socket_t
struct amqp_socket_t

Abstract base class for amqp_socket_t

amqp_table_entry_t
struct amqp_table_entry_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_table_t
struct amqp_table_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_time_t
struct amqp_time_t
Undocumented in source.
amqp_tx_commit_ok_t
struct amqp_tx_commit_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tx_commit_t
struct amqp_tx_commit_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tx_properties_t
struct amqp_tx_properties_t

tx class properties

amqp_tx_rollback_ok_t
struct amqp_tx_rollback_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tx_rollback_t
struct amqp_tx_rollback_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tx_select_ok_t
struct amqp_tx_select_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_tx_select_t
struct amqp_tx_select_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pthread_mutex_t
struct pthread_mutex_t
Undocumented in source.

Variables

AMQP_ACCESS_REQUEST_METHOD
enum amqp_method_number_t AMQP_ACCESS_REQUEST_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_ACCESS_REQUEST_OK_METHOD
enum amqp_method_number_t AMQP_ACCESS_REQUEST_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_ACK_METHOD
enum amqp_method_number_t AMQP_BASIC_ACK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_CANCEL_METHOD
enum amqp_method_number_t AMQP_BASIC_CANCEL_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_CANCEL_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_CANCEL_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_CONSUME_METHOD
enum amqp_method_number_t AMQP_BASIC_CONSUME_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_CONSUME_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_CONSUME_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_DELIVER_METHOD
enum amqp_method_number_t AMQP_BASIC_DELIVER_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_GET_EMPTY_METHOD
enum amqp_method_number_t AMQP_BASIC_GET_EMPTY_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_GET_METHOD
enum amqp_method_number_t AMQP_BASIC_GET_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_GET_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_GET_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_NACK_METHOD
enum amqp_method_number_t AMQP_BASIC_NACK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_PUBLISH_METHOD
enum amqp_method_number_t AMQP_BASIC_PUBLISH_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_QOS_METHOD
enum amqp_method_number_t AMQP_BASIC_QOS_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_QOS_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_QOS_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_RECOVER_ASYNC_METHOD
enum amqp_method_number_t AMQP_BASIC_RECOVER_ASYNC_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_RECOVER_METHOD
enum amqp_method_number_t AMQP_BASIC_RECOVER_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_RECOVER_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_RECOVER_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_REJECT_METHOD
enum amqp_method_number_t AMQP_BASIC_REJECT_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_BASIC_RETURN_METHOD
enum amqp_method_number_t AMQP_BASIC_RETURN_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CHANNEL_CLOSE_METHOD
enum amqp_method_number_t AMQP_CHANNEL_CLOSE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CHANNEL_CLOSE_OK_METHOD
enum amqp_method_number_t AMQP_CHANNEL_CLOSE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CHANNEL_FLOW_METHOD
enum amqp_method_number_t AMQP_CHANNEL_FLOW_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CHANNEL_FLOW_OK_METHOD
enum amqp_method_number_t AMQP_CHANNEL_FLOW_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CHANNEL_OPEN_METHOD
enum amqp_method_number_t AMQP_CHANNEL_OPEN_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CHANNEL_OPEN_OK_METHOD
enum amqp_method_number_t AMQP_CHANNEL_OPEN_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONFIRM_SELECT_METHOD
enum amqp_method_number_t AMQP_CONFIRM_SELECT_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONFIRM_SELECT_OK_METHOD
enum amqp_method_number_t AMQP_CONFIRM_SELECT_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_BLOCKED_METHOD
enum amqp_method_number_t AMQP_CONNECTION_BLOCKED_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_CLOSE_METHOD
enum amqp_method_number_t AMQP_CONNECTION_CLOSE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_CLOSE_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_CLOSE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_OPEN_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_OPEN_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_SECURE_METHOD
enum amqp_method_number_t AMQP_CONNECTION_SECURE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_SECURE_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_SECURE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_START_METHOD
enum amqp_method_number_t AMQP_CONNECTION_START_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_START_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_START_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_TUNE_METHOD
enum amqp_method_number_t AMQP_CONNECTION_TUNE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_TUNE_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_TUNE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_CONNECTION_UNBLOCKED_METHOD
enum amqp_method_number_t AMQP_CONNECTION_UNBLOCKED_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_BIND_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_BIND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_BIND_OK_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_BIND_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_DECLARE_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_DECLARE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_DECLARE_OK_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_DECLARE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_DELETE_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_DELETE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_DELETE_OK_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_DELETE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_UNBIND_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_UNBIND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_EXCHANGE_UNBIND_OK_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_UNBIND_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_BIND_METHOD
enum amqp_method_number_t AMQP_QUEUE_BIND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_BIND_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_BIND_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_DECLARE_METHOD
enum amqp_method_number_t AMQP_QUEUE_DECLARE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_DECLARE_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_DECLARE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_DELETE_METHOD
enum amqp_method_number_t AMQP_QUEUE_DELETE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_DELETE_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_DELETE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_PURGE_METHOD
enum amqp_method_number_t AMQP_QUEUE_PURGE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_PURGE_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_PURGE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_UNBIND_METHOD
enum amqp_method_number_t AMQP_QUEUE_UNBIND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_QUEUE_UNBIND_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_UNBIND_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_TX_COMMIT_METHOD
enum amqp_method_number_t AMQP_TX_COMMIT_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_TX_COMMIT_OK_METHOD
enum amqp_method_number_t AMQP_TX_COMMIT_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_TX_ROLLBACK_METHOD
enum amqp_method_number_t AMQP_TX_ROLLBACK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_TX_ROLLBACK_OK_METHOD
enum amqp_method_number_t AMQP_TX_ROLLBACK_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_TX_SELECT_METHOD
enum amqp_method_number_t AMQP_TX_SELECT_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMQP_TX_SELECT_OK_METHOD
enum amqp_method_number_t AMQP_TX_SELECT_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_empty_array
amqp_array_t amqp_empty_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_empty_bytes
amqp_bytes_t amqp_empty_bytes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
amqp_empty_table
amqp_table_t amqp_empty_table;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta