Helo, all! I want to configure Artemis server in such manner that it will forbid producing messages with no bindings to any address instead of droping the messages. How can i achieve this?
Now i can't be sure the message will be stored on server, because the message will be dropped by server if no consumers attached and no appropriate queues configured. And i can't determine the message were stored or not.
