I have a message, and need it to be handled by a variable number of queues. &nbsp;The queues handle different purposes - email, audit, webhook processing, s3 storage. &nbsp;Each message can have any, some or all of those topics as targets. &nbsp;For example, I could have three messages:<div><br></div><div>message 1: audit.webhook</div><div>message 2: webhook</div><div>message 3: email.audit.webhook.s3</div><div><br>Note that although I demonstrated 4 topics, there could potentially be 100s. &nbsp;Can this be handled by a topic exchange? &nbsp;For example, would topic *.webhook.* miss message 2? &nbsp; Could I add three topics to a queue webhook.*, *.webhook.* and *.webhook to handle all potential messages, or do I have to know the exact position of where webhook would wind up - ie: *.*.webhook.*.*.* or would *.webhook.* be sufficient to capture both message 1 and message 3?</div><div><br></div><div>Thanks, I'm new to Rabbitmq and just trying to figure out how flexible the messaging topics can be.</div><div><br></div><div>Alex</div>