ibm-messaging / mq-container

Container images for IBM® MQ
Apache License 2.0
255 stars 189 forks source link

Is there any way to make two channels? #422

Closed ctopCanada closed 4 years ago

ctopCanada commented 4 years ago

Is there any way to make two channels? and how to make inactive channel to running?

arthurbarr commented 4 years ago

You can have as many channels as you like. You can define channels (and any other MQ objects) using a number of administrative interfaces, including the web console, MQSC, and programmatically using PCF messages.

There are number of reasons for a channel to be marked as inactive, including:

See CHSTATUS

Please be advised that this repository is for issues specific to the samples provided for running MQ in containers. General MQ questions are better submitted elsewhere, for example stackoverflow.com with the ibm-mq keyword.