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?
Does Node Red on Bluemix allow for a connection to MessageHub MQLight topic?
107 Views Asked by Jon Dockter At
1
There are 1 best solutions below
Related Questions in IBM-CLOUD
- difference between IoT Foundation and Node-RED?
- Single Sign On service hangs when configuring it
- Error when adding a new build stage on Bluemix DevOps Services
- How to logout from Bluemix Single Sign On service?
- How to add users to Cloud Directory via API?
- node.js processing a form with Node.js Cloudant DB Web Starter
- How to gain authorization to perform requested action, specifically create an instance of a service in Bluemix?
- Insights for Twitter service in IBM Bluemix: Search case-sensitive string and other questions
- What file formats are supported by Watson Speech to Text in Bluemix
- Service broker error when adding Single Sign On service
- Example of using dashdb out node in Node-RED
- The links in the Bluemix confirmation email do not work
- Does Bluemix include a JBoss runtime?
- How to write query to my Cloudant database?
- Bluemix Single Sign On service: Node.js code for getting the currently logged in userid?
Related Questions in NODE-RED
- difference between IoT Foundation and Node-RED?
- Javascript / Jquery get() won't work on mobile browsers (calling node-red, node.js)
- We are tring to configure for the first time Text To Speech bt Watson in Node Red with no luck
- Using Twitter node in Node-RED in Bluemix
- Node-RED, IOT Foundation Out Node Not Sending Commands
- Save form input into file to be extracted with Node-Red
- Node-RED Stability
- How would you decode HTML entities inside the msg.payload in Node-Red with javascript?
- Watson Machine Translation in Node Red Flow
- Download Starter Code results in Error 401: No user is logged in
- node-red variable assignment
- Can you create nodered nodes with other nodes?
- Node-RED listen PostgreSQL in real-time
- What causes my google calendar api request to fail with DNS error when setting up from node-red?
- How to instantiate a blank workspace in node red?
Related Questions in MESSAGE-HUB
- Is polling API are supported in message hub or not?
- Why Kafka REST Proxy API not Consuming data in JSON Format?
- IBM Message Hub - after hours of working fine it fails with SASL Handshake not supported by broker (required by mechanism PLAIN)
- DataStage Kafka connector / Message Hub / Authentication via Kerberos
- Message Hub & Confluent Kafka Connect S3
- Error: Invalid value "sasl_ssl" for configuration property "security.protocol"
- Event Hub - REST API got error_code 40403, "message": "Consumer instance not found."
- Kafka Consumer Not Receiving Messages When Subscribed to 3+ Topics
- Apache Kafka System Error Handling
- kafka python - Bluemix MessageHub - ConnectionError: socket disconnected
- Kafka Golang Client fails to connect to Message Hub Service
- How To Authenticate To IBM Message Hub Without Jass Login Module
- Kafka Streams cast to string issues with KTable when grouping and aggregating
- Client ID authentication no longer works with Kafka API
- Can I call the Bluemix message hub service from Python?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.