Hi,
Does RabbitMQ support the 'anonymous relay' extension whereby ii can add a string to interpreted as a queue name in the 'to' field and the broker will automatically create a queue by such name if not exist ? I am referring to AMQP 1.0 extension. ?
It seems dynamic targets are not implements judging by what i get:
amqp:not-implemented: Dynamic targets not supported
when setting dynamic to true in the target options of a sender or is this something different ?
Thanks