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?
110 Views Asked by Jon Dockter At
1
There are 1 best solutions below
Related Questions in IBM-CLOUD
- Update a bearer token in a watsonx extension
- Unexpected behaviour when updating variables in Schematics using the golang SDK
- TranspilerError: 'Number of qubits (40) in QAOA is greater than maximum (30) in the coupling_map'
- What is "X-Require-Whisk-Auth" (IBM Cloud Functions) in IBM Cloud Code Engine functions?
- How to connect device to IBM cloud
- EntityStreamSizeException Due to Request Content Size Limit Exceeded
- Call watsonx.ai prompt in watson assistant
- Where do I find my credentials for using watsonx.ai
- Watsonx Assistant reconigze phone number from Twillio Integration
- IBM NeuralSeek API Filter
- Is there any option to activate/deactivate a MDB in open liberty
- Fail-over to secondary region when primary region goes down on a IBM MQ Multi-instance Queue manager using a NFS 4.1 share
- CS0246 Error while installing IBM Watson SDK for Unity
- Programmatic name pending approval - approval duration, criteria
- How can I compact a collection in my IBM Cloud Databases for MongoDB deployment?
Related Questions in NODE-RED
- Node-red split msg.payload
- Node-Red how to combine latest mqtt messages reliably
- how to extract data from mongodb using node red with condition that no duplicate data and it should pass every 30sec
- node-red HTTP authentication through environmental variables
- how to get my javascript output in json format
- Azure IOT central command/NodeRed
- How to get the right grouping in my JSONata code?
- "Lost connection to server, reconnecting in 12s. Try now" node-red error
- Adding npm reference into a custom node in NodeRed
- Are there any ways to restart a flow in NodeRed?
- NodeRed catalogue hosted on Azure Artifact
- Node-RED - Variable Set Not Setting
- Why doesn't this simple javascript in nodeRED for Visual Flow Creator work?
- Node-Red OPC-UA Server only working for Double?
- Error delivering message to node:undefined [undefined]
Related Questions in MESSAGE-HUB
- Error: Invalid value "sasl_ssl" for configuration property "security.protocol"
- Message Hub & Confluent Kafka Connect S3
- How to use kafkacat with message-hub
- Error on creating Message Hub service
- Configuring Apache NiFi for sending messages to Message Hub
- Kafka Streams cast to string issues with KTable when grouping and aggregating
- Kafka Streams KTable configuration error on Message Hub
- How to implement camel kafka producer and consumer which is using kafka brokers and user name and password but not ssl certs
- MirrorMaker Kafka 0.9 connection to Kafka Brokers 0.10 (IBM Message Hub)
- Retrieve messages from a topic on a message hub
- Failed to send SSL Close message
- Kafka java.io.EOFException - NetworkReceive.readFromReadableChannel
- Solaris MQ accessing Message Hub in Bluemix via secure gateway
- Creating a Message-Hub Bridge for IBM Cloud Object Storage
- Kafka Consumer Not Receiving Messages When Subscribed to 3+ Topics
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 # Hahtags
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.