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