Is there anything similar to the JMS message selector for RabbitMQ? Or should some code be written to parse and select messages?
Thank.
It is called the amqp routing key.
Here you can find different options:
http://www.wmrichards.com/amqp.pdf
And you can find an example of a routing key here:
http://www.rabbitmq.com/tutorials/tutorial-four-python.html
AMQP / , . message_type = 'foo', message_type .
message_type = 'foo'
message_type
/ , amq.match, , , . field1 = 'value' OR field2 = 'value' , .
amq.match
field1 = 'value' OR field2 = 'value'
, JMS , , , .., AMQP/RabbitMQ.
Source: https://habr.com/ru/post/1533759/More articles:IntelliJ IDEA cannot find remote deployment option - javaInstagram unsubscribed from the tag, and when the re-subscription disappeared even with a successful response - apiDoes chrome extension api support directly from the view cache? - javascriptWordpress: отключить теги только для сообщений - phpHow can I use oh-my-zsh with PHPStorm? - zshHow to simulate an application update - androidCLR Access Violation AwareLock :: OwnedByCurrentThread - debuggingScaling MongoDB on OpenShift versus using MongoLab - node.jsFactory design pattern using enumerations and inheritance - inheritanceDynamoDB and .NET Persistence Model using "ADD" values instead of overwriting - c #All Articles