Skip to content

Commit

Permalink
Fix exchange syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zMardone committed Feb 28, 2024
1 parent 0489d0e commit bcdf6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/common/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def send_recent_activity(recent_activity_data):
rabbitmq_publisher = RabbitMQPublisher()
rabbitmq_publisher.send_message(
body=recent_activity_data,
exchange="recent_activities.topic",
exchange="recent-activities.topic",
routing_key="",
)
print(f"[ intelligencePublisher ] message sent - {recent_activity_data} to recent_activities.topic")

0 comments on commit bcdf6d2

Please sign in to comment.