The messaging system directs messages to specific queues based on content or metadata.
A Topic Exchange routes log messages: 'error.*' goes to the Alert Queue, 'info.*' goes to the Audit Queue.
class MessageRouting/Filtering:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Message Routing / Filtering')