0

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?

amadain
  • 2,236
  • 2
  • 29
  • 51

1 Answers1

0

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.

ValerieLampkin
  • 2,570
  • 9
  • 27
  • Yes I did but maybe I'm missing something as it only looked like it was an output node...and even that was unclear how to connect. I really looking for an input node to receive messages from message hub. Have you seen it work in that way...or work at all? – Jon Dockter Jul 28 '17 at 23:27