Class RabbitQueueConfig
The RabbitMQ queue configuration.
Inherited Members
Namespace: Silverback.Messaging.Configuration.Rabbit
Assembly: Silverback.Integration.RabbitMQ.dll
Syntax
public sealed class RabbitQueueConfig : RabbitEndpointConfig, IValidatableEndpointSettings, IEquatable<RabbitQueueConfig>
Properties
| Improve this doc View sourceIsExclusive
Gets or sets a value indicating whether the queue is used by only one connection and will be deleted when that connection closes.
Declaration
public bool IsExclusive { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Improve this doc View sourceEquals(RabbitQueueConfig?)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(RabbitQueueConfig? other)
Parameters
Type | Name | Description |
---|---|---|
RabbitQueueConfig | other | An object to compare with this object. |
Returns
Type | Description |
---|---|
bool | true if the current object is equal to the |
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
| Improve this doc View sourceGetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for the current object. |