Re: editing composite queue selectors in explorer
What is the recommended way to update a composite queue's bindings without losing any messages? I believe that if I remove the binding and then re-add it with the new selector, any messages processed during that time will not get into the (then unbound) destination.
The least good solution is to stop all message production to the composite queue.
If there was a way to dynamically (and atomically) update the queue binding? That would be sufficient for my needs.
Another option would be to allow for multiple bindings to the same destination with different selectors. This would allow me to just keep adding new bindings instead of needing to update an existing one.
-Bryan