Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Connect Hono to the Azure Service Bus

Hi all,

 

For a project I currently try to connect Hono to the Azure Service Bus via AMQP. Therefore, I created an instance of the Serviec Bus on Microsoft Azure and an access policy.

In the hono-service-messaging-config.yml file I tried to replace the hono-dispatch-router with the service bus details like this:

                  downstream:

                                host: az-service-bus.hono

                                port: 5672

                                tlsEnabled: true

                                password: <primary key generated by Azure>

                                username: hono-messaging

where the az-service-bus.hono maps to the respective url of the service bus <name>.servicebus.windows.net.

I’m afraid I’m using the wrong parameters to connect Hono to the service bus.

Is it possible to connect Hono to the Azure Service Bus? Is it a matter of parameters? Or did I simply miss something in the architecture of Hono?

 

Cheers,

Leon

 

 

Mit freundlichen Grüßen / Best regards

Leon Graser
INST-CSS/BSV-OS

Tel.
+49 30 726112-284


Back to the top