iotagent-json icon indicating copy to clipboard operation
iotagent-json copied to clipboard

Feature/amqps protocol

Open StWiemann opened this issue 2 years ago • 2 comments

Since we are going to use AMQP in a future project I changed the URI-generation a bit to enable TLS-connections. It does not yet support client-certificates, since that isn't strictly needed in my use-case but I thought maybe somebody else might be interested in AMQPS.

I did it analogous to mqtts, even though that might confuse some people due to AMQP-Protocols 0.9.1 vs 1.0 being a very different thing. This still uses 0.9.1, nothing changed there.

The new Env would be: - IOTA_AMQP_PROTOCOL=amqp or amqps

Don't really know if the testing-part works as intended. Basically just c/p'ed from MQTT_PROTOCOL...

StWiemann avatar Sep 14 '22 12:09 StWiemann

Thank you for your contribution @StWiemann

An entry to CHANGES_NEXT_RELEASE file is required before merging.

Could you please open a twin PR on https://github.com/telefonicaid/iotagent-ul repo?

mapedraza avatar Nov 02 '22 16:11 mapedraza

Thank you for your contribution @StWiemann

An entry to CHANGES_NEXT_RELEASE file is required before merging.

Could you please open a twin PR on https://github.com/telefonicaid/iotagent-ul repo?

@StWiemann did you take into account this feedback provided by @mapedraza , please? Thanks!

fgalan avatar May 30 '23 09:05 fgalan