🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
Exchange Type , Routing key support
In our existing project Exchange type and bindingRoutingKey used which is rabbit only feature what could be the work around for this feature in solace ?
Answers
-
Hi @akg17, there is a different way of doing things in Solace that can be a bit tricky to get used to at first.
Routing and filtering in Solace is topic based. This means you have to get used to:
- hierarchical topics
- wildcard subscriptions
- putting all the routing and filtering information in the topic
What this means in practice is that you should consider putting the information you used to generate your routing key in the topic. Consumers can then use wildcards to subscribe to the data that interests them. It's worth having a look at the introduction to topics in the docs.
For more general information on moving from Rabbit to Solace, have a look at this discussion.
1