How to create durable subscription to ibm mq amqp topic from java program?
问题 We have programmatically created subscriber to IBM MQ AMQP TOPIC with createDurableSubscriber by providing clientId and subscriber name. We start the program so it subscribes to TOPIC and stop the program. Then send the msgs to topic and again start the receiver program again but we cannot receive the msgs sent and loose the messages which should not happen in case of durable subscription.. We can see amqp topic and its durable subscription when subscriber is connected using mqsc commands