For Each object in List, create a producer and consumer in rabbitmq using C# #1268
Closed
danammeansbear
started this conversation in
General
Replies: 1 comment
-
Two methods of interest are These only operate on consumers, not queues. You have have to declare and delete queues dynamically as well depending on what your goal and desired topology are. Publishing transient messages in a tight loop is a great way to run your node out of resources, in particular of RAM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
basically I am wanting to create and destroy queues and consumers dynamically at runtime based on the sensor list. I have added code that only works sorta. I am hoping someone with more experience can help me figure out how to do what I want to do with a bunch of sensors and agents monitoring the sensors. Am I looking at rabbitMQ wrong? how would I be able to monitor multiple sensors?
and
and also the sensor class the list
Beta Was this translation helpful? Give feedback.
All reactions