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 f2c6094 commit c69daaaCopy full SHA for c69daaa
examples/rpc/server.py
@@ -51,7 +51,7 @@ def on_amqp_message(self, event: Event):
51
elif status.remote_state == OutcomeState.RELEASED:
52
print("message not routed")
53
elif status.remote_state == OutcomeState.REJECTED:
54
- print("message not rejected")
+ print("message rejected")
55
56
self.delivery_context.accept(event)
57
print("------------------------------------------------------")
0 commit comments