Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to make two channels? #422

Closed
ctopCanada opened this issue Sep 14, 2020 · 1 comment
Closed

Is there any way to make two channels? #422

ctopCanada opened this issue Sep 14, 2020 · 1 comment

Comments

@ctopCanada
Copy link

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

@arthurbarr
Copy link
Contributor

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:

  • Channel has not been started (run START CHANNEL in MQSC)
  • A client has not connected to the channel (SVRCONN channel)
  • The channel has finished
  • The channel has disconnected normally

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.

JEFFLUFC pushed a commit that referenced this issue Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants