We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69daaa commit d6c7454Copy full SHA for d6c7454
examples/rpc/server.py
@@ -93,7 +93,7 @@ def create_connection(environment: Environment) -> Connection:
93
94
95
def main() -> None:
96
- print("connection_consumer to amqp server")
+ print("Connecting consumer to AMQP server")
97
environment = Environment(uri="amqp://guest:guest@localhost:5672/")
98
responder = Responder(request_queue_name="rpc_queue", environment=environment)
99
responder.start()
0 commit comments