mq-dev-patterns icon indicating copy to clipboard operation
mq-dev-patterns copied to clipboard

AMQXR2055E error getting logged in amqp_0.log

Open vgavinash opened this issue 11 months ago • 0 comments

In the step https://developer.ibm.com/tutorials/mq-running-ibm-mq-apps-on-quarkus-and-graalvm-using-qpid-amqp-jms-classes/#step-1-run-the-qpid-amqp-jms-client-apps-as-standard-java-apps7, when we run the command java -jar target/mq-dev-patterns-qpid-0.1.0.jar get it throws the below error in the amqp_0.log at the Queue Manager side,

AMQXR2055E: The TPROOT attribute for channel SYSTEM.DEF.AMQP specifies an unknown topic name: 'SYSTEM.BASE.TOPIC' (MQ reason code: 2085 'MQRC_UNKNOWN_OBJECT_NAME')

Got to know this is because replyToQueue going as empty to AMQP from the client side. This needs a fix.

vgavinash avatar Feb 14 '25 11:02 vgavinash