I'm already going to do this as part of #106, but I've decided to open a separate issue for it to make things slightly easier for myself and those following my recent work on this plugin.
At present, we have two configuration options to specify AMQP URLs: amqp_location and amqp_topic. While it is (I believe) possible to specify all parts of an AMQP URL using these variables, it would make things simpler for everyone if we split these up further. The new endpoint configuration should have variables for scheme (amqp/amqps), host, port, topic, user, and password.
I'm already going to do this as part of #106, but I've decided to open a separate issue for it to make things slightly easier for myself and those following my recent work on this plugin.
At present, we have two configuration options to specify AMQP URLs:
amqp_locationandamqp_topic. While it is (I believe) possible to specify all parts of an AMQP URL using these variables, it would make things simpler for everyone if we split these up further. The new endpoint configuration should have variables for scheme (amqp/amqps), host, port, topic, user, and password.