AMQP channel

Syntax diagram for an AMQP channel when using the ALTER CHANNEL command.

Values shown above the main line in the railroad diagram are the defaults supplied with IBM MQ, but your installation might have changed them. See Syntax diagrams.


DEFINE CHANNEL

ALTER CHANNEL ( channel-name ) CHLTYPE(AMQP) AMQPKA(' ')AMQPKA(integer)CERTLABL(' ')CERTLABL(string)DESCR(' ')DESCR(string)LIKE(channel-name)LOCLADDR(' ')LOCLADDR(string)MAXMSGL(4 194 304)MAXMSGL(integer)MCAUSER(' ')MCAUSER(string)PORT(' ')PORT(integer)SSLCIPH(' ')SSLCIPH(string)SSLPEER(' ')SSLPEER(string)TPROOT(' ')TPROOT(string)USECLTID(NO)USECLTID(YES)

The parameters are described in ALTER CHANNEL.

Parent topic: ALTER CHANNEL