Module proton.reactor
¶
Module Summary¶
|
A representation of the AMQP concept of a ‘container’, which loosely speaking is something that establishes links to or from another container, over which messages are transfered. |
|
Application defined event, which can optionally be associated with an engine object and or an arbitrary subject. |
|
Can be added to a |
|
A reconnect strategy involving an increasing delay between retries, up to a maximum or 10 seconds. |
|
Tracks the state of an AMQP 1.0 local transaction. |
Link Options¶
The methods Container.create_receiver()
and Container.create_sender()
take one or more link options to allow the details of the links to be customized.
|
Abstract interface for link configuration options. |
|
Abstract class for receiver options. |
|
Abstract class for sender options. |
|
Set at-least-once delivery semantics for message delivery. |
|
Set at-most-once delivery semantics for message delivery. |
|
Allows a map of link properties to be set on a link. |
|
Receiver option which allows incoming messages to be filtered. |
|
Configures a receiver with a message selector filter. |
|
Receiver option which sets both the configuration and delivery state to durable. |
|
Receiver option which copies messages to the receiver. |
|
Receiver option which moves messages to the receiver (rather than copying). |