twingly / twingly-amqp

:bus: Ruby gem for RabbitMQ subscribing and publishing
0 stars 0 forks source link

Make it possible to override publishing options #104

Closed roback closed 9 months ago

roback commented 9 months ago

This lets the TopicExchangePublisher#publish method override the previously set routing_key, which makes it possible to publish messages having different routing keys.

This also enables us to set all other publishing options per message, which before were only possible to change by reconfiguring the publisher.

Close #60