-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels