You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an existing fully managed RabbitMQ implementation and would love to use micro services to update postgresql with data from new application exchanges. What would be great would be to define an existing exchange, a queue name, and a wild card routing key on the exchange. Something like the following so that the queue name can be specified and unique and the routing key is a wild card:
The text was updated successfully, but these errors were encountered:
pregenie
changed the title
Defining and Existing Exchange, a Queue name, and a wild card routing key on the Exchange
Defining an Existing Exchange, a Queue name, and a wild card routing key on the Exchange
Feb 13, 2018
Declaring exchanges and queues in AMQP (or re-declaring, in your case) is an idempotent action; meaning declaration of the same elements multiple times have no side-effects (as long as they define the exact same options). So using your existing topology should be supported.
We have an existing fully managed RabbitMQ implementation and would love to use micro services to update postgresql with data from new application exchanges. What would be great would be to define an existing exchange, a queue name, and a wild card routing key on the exchange. Something like the following so that the queue name can be specified and unique and the routing key is a wild card:
A crazy shot in the dark hoping for an easy implementation. Thank you for your work. It is really awesome.
Trying to get this:
queue name: seneca.sensor_data_update:177
durable: true
binding from: HH-Data
routing key: *
Phil
The text was updated successfully, but these errors were encountered: