mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
committed by
Tim Abbott
parent
a4ff6f9ae5
commit
5814583694
@@ -89,6 +89,7 @@ class QueueClient(Generic[ChannelT], metaclass=ABCMeta):
|
||||
return pika.ConnectionParameters(
|
||||
settings.RABBITMQ_HOST,
|
||||
port=settings.RABBITMQ_PORT,
|
||||
virtual_host=settings.RABBITMQ_VHOST,
|
||||
heartbeat=self.rabbitmq_heartbeat,
|
||||
tcp_options=tcp_options,
|
||||
ssl_options=ssl_options,
|
||||
|
||||
Reference in New Issue
Block a user