Nirmal
Nirmal

Reputation: 43

Command to alter the listener port in websphere MQ

alter listener(QM) TRPTYPE(TCP) PORT(1718)

This is the command am using. Please suggest if it is correct.

Upvotes: 2

Views: 2240

Answers (1)

Tim McCormick
Tim McCormick

Reputation: 956

Yes, I would expect that command to work as long as you have a listener named 'QM' which you want to alter to listen on TCP port 1718.

DISPLAY LISTENER(*) ALL

Will give you all the information on all the listener objects you currently have defined.

Upvotes: 2

Related Questions