英文:
Only selectors on JMSCorrelationID are currently supported
问题
你好,我目前正在使用golang的mq-golang-jms20库连接到IBM队列,但我尝试使用"JMSMessageID"选择器创建一个消费者,但是该库给出了"只支持对JMSCorrelationID的选择器"的错误信息。有人知道如何使用队列中的消息ID消费特定的消息吗?
英文:
Hi im currently using the mq-golang-jms20 library for golang to connect to a ibm queue, but im trying to create a consumer with the "JMSMessageID" selector but the library is giving me the "Only selectors on JMSCorrelationID are currently supported" does anybody knows how else could i consume a specific message using the message Id from the queue ?
答案1
得分: 2
感谢您将此问题提交为 git issue。
我已经合并了一个允许通过 JMSMessageID
进行获取的 PR,所以如果您从 main
拉取最新的库,应该就可以了!
英文:
Thank you for submitting this as a git issue.
I've merged a PR to allow get by JMSMessageID
today, so if you pull down the latest library from main
you should be all set!
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论