# AmqpOptions
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**declare_queue** | Option<**bool**> | Declare the queue (durable) before consuming; when false the queue is declared passively and must already exist | [optional]
**prefetch_count** | Option<**i32**> | Maximum number of unacknowledged messages the broker delivers at once (1-65535) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)