Hi, i need your help
i have problem when i create a consumer with topic exchange. my expected result is my consumer file can exec more than queues with same routing key.
example:
- i want create 3 queues, sync_product.PROD001, sync_product.PROD002, sync_product.PROD003 (dynamicly) with routing key sync_product.*
- and i create one consumer to consume that queues
this is my code
publisher
consumer