You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no Message TTL definition available like in other SDK's
Examples:
From python:
channel.queue_declare(queue=amqp_feed_queue, auto_delete=False, arguments={"x-message-ttl" : 1000})
From .NET:
channel.QueueDeclare(queue: queueDefinition.QueueName,
durable: queueDefinition.Durable,
exclusive: queueDefinition.Exclusive,
autoDelete: queueDefinition.AutoDelete,
arguments: queueDefinition.Arguments);
The text was updated successfully, but these errors were encountered:
Problem description:
Examples:
From python:
channel.queue_declare(queue=amqp_feed_queue, auto_delete=False, arguments={"x-message-ttl" : 1000})
From .NET:
channel.QueueDeclare(queue: queueDefinition.QueueName,
durable: queueDefinition.Durable,
exclusive: queueDefinition.Exclusive,
autoDelete: queueDefinition.AutoDelete,
arguments: queueDefinition.Arguments);
The text was updated successfully, but these errors were encountered: