TMarkunin
TMarkunin

Reputation: 79

Bluemix: Is it possible to 'talk' with Bluemix app through IBM MQ?

I'm wondering if an external app could 'talk' to Bluemix app using IBM MQ?

Thanks in advance!

Upvotes: 1

Views: 88

Answers (2)

Matthew Whitehead
Matthew Whitehead

Reputation: 401

A slight clarification on MQ Light in the previous answer.

An MQ Light application in Bluemix can communicate with IBM MQ in your datacenter (via the SecureGateway), but if you are running an instance of the MQ LIght service in Bluemix, the service itself cannot be connected to IBM MQ.

Upvotes: 3

ValerieLampkin
ValerieLampkin

Reputation: 2626

Bluemix currently offers the MQ Light service which can be used for messaging to IBM MQ (formerly WebSphere MQ)

MessageHub also allows you to use the MQ Light APIs via Bluemix to do messaging.

Upvotes: 1

Related Questions