Package-level declarations
Types
Bind an exchange to another exchange.
Bind an exchange to another exchange.
Binds a queue to an exchange.
Binds a queue to an exchange.
Commit a transaction.
Commit a transaction.
Send a flow message to broker to start or stop sending messages to consumers. Warning: Not supported by all brokers.
Send a flow message to broker to start or stop sending messages to consumers. Warning: Not supported by all brokers.
Declare an exchange.
Passively declares an exchange.
Passively declares an exchange.
Passively declares a queue.
Passively declares a queue.
Sets a prefetch limit when consuming messages. No more messages will be delivered to the consumer until one or more messages have been acknowledged or rejected.
Sets a prefetch limit when consuming messages. No more messages will be delivered to the consumer until one or more messages have been acknowledged or rejected.
Declares a queue.
Delete an exchange.
Delete an exchange.
Deletes a queue.
Deletes a queue.
Get a single message from a queue.
Get a single message from a queue.
Publish a ByteArray message to exchange or queue.
Publish a ByteArray message to exchange or queue.
Deletes all messages from a queue.
Deletes all messages from a queue.
Tell the broker what to do with all unacknowledged messages. Unacknowledged messages retrieved by basicGet are requeued regardless.
Tell the broker what to do with all unacknowledged messages. Unacknowledged messages retrieved by basicGet are requeued regardless.
Rollback a transaction.
Rollback a transaction.
Set channel in publish confirm mode, each published message will be acked or nacked.
Set channel in publish confirm mode, each published message will be acked or nacked.
Set channel in transaction mode.
Set channel in transaction mode.
Unbind an exchange from another exchange.
Unbind an exchange from another exchange.
Unbinds a queue from an exchange.
Unbinds a queue from an exchange.
Functions
Binds an exchange using a BoundExchangeBuilder block.
Binds a queue using a BoundQueueBuilder block.
Commits a transaction using a CommittedTransactionBuilder block.
Controls flow using a ControlledFlowBuilder block.
Declares an exchange using a DeclaredExchangeBuilder block.
Passively declares an exchange using a DeclaredPassiveExchangeBuilder block.
Passively declares a queue using a DeclaredPassiveQueueBuilder block.
Declares QoS settings using a DeclaredQosBuilder block.
Declares a queue using a DeclaredQueueBuilder block.
Deletes an exchange using a DeletedExchangeBuilder block.
Deletes a queue using a DeletedQueueBuilder block.
Fetches a message using a FetchedMessageBuilder block.
Publishes a message using a PublishedMessageBuilder block.
Purges a queue using a PurgedQueueBuilder block.
Recovers messages using a RecoveredMessagesBuilder block.
Rolls back a transaction using a RolledbackTransactionBuilder block.
Selects confirm mode using a SelectedConfirmModeBuilder block.
Selects transaction mode using a SelectedTransactionModeBuilder block.
Unbinds an exchange using a UnboundExchangeBuilder block.
Unbinds a queue using a UnboundQueueBuilder block.