AM
Size: a a a
AM
D𝔇
AB
EK
EK
M
var qMgr : MQQueueManager = MQQueueManager("QM1")
EK
EK
M
M
EK
M
private val ibmMq : KFixedHostPortGenericContainer = KFixedHostPortGenericContainer("ibmcom/mq:latest")
.withExposedPorts(1414, 9443)
.withFixedExposedPort(1414,1414)
.withFixedExposedPort(9443,9443)
.withEnv("LICENSE", "accept")
.withEnv("MQ_QMGR_NAME", "QM1")
EK