<div dir="ltr">I'm not entirely sure how to characterize what I'm looking for here, but here goes. What I want is to be able to implement, in RabbitMQ, a sort of functionality that is similar to an environment variable. Suppose I want to have a queue with a single value that one client can set and the other clients can read that value as many times as they need without that value going away until a client publishes a new value to the queue, replacing the old value with the new one.<br><br>Is that possible in RabbitMQ?<br></div>