Does Node Red on Bluemix allow for a connection to MessageHub MQLight topic?

78 Views Asked by At

I have created a MessageHub service in Bluemix and bound a Node Red application, also in Bluemix. In MH I added an MQLight topic. When I try to connect the mqlight node provided in Node Red it says MQ Light service not available. Does the mqlight node have the ability to connect to a MessageHub service with a topic of MQLight?

1

There are 1 best solutions below

1
On

Why not use the MessageHub node for your Node-Red flow instead of the MQ Light node? MQ Light service in Bluemix was deprecated and now the recommended messaging service for Bluemix is MessageHub. Try adding the MessageHub node to your flow - in your Node-red editor you can select Manage Palette from the menu (top right), and then select the install tab in the palette. Search for messageHub node to install and then configure to use your MQLight topic.