简体   繁体   English

如何查看客户端应用程序针对WebSphereMQ队列管理器使用的JMS消息选择器

[英]How can I view the JMS message selector a client application is using against a WebSphereMQ Queue Manager

I would like to be able to view the exact JMS message selector SQL that a WebSphere MQ JMS client application is using on its receive call. 我希望能够查看WebSphere MQ JMS客户端应用程序在其接收调用上使用的确切JMS消息选择器SQL。

If I run the client application against TIBCO EMS as the JMS provider the TIBCO EMS Administration API provides visibility of this information. 如果我以JMS提供者的身份针对TIBCO EMS运行客户端应用程序,则TIBCO EMS管理API将提供此信息的可见性。

When the client application is run against WebSphere MQ as the JMS provider I can use: 当针对WebSphere MQ作为JMS提供程序运行客户端应用程序时,我可以使用:

display qstatus(MyQUEUE) type(handle) all 显示全部qstatus(MyQUEUE)类型(句柄)

to see the consumers of the queue, but I can't see what JMS message selector the client has declared. 来查看队列的使用者,但看不到客户端已声明的JMS消息选择器。

Currently it's not possible to see the selector in use; 目前,看不到选择器正在使用中。 other open options, message information can be seen via runqmsc or via Explorer. 其他打开选项,可通过runqmsc或资源管理器查看消息信息。 (In Explorer, the Applications Connection view can show you what is connected with associated information). (在资源管理器中,“应用程序连接”视图可以显示与相关信息相关联的内容)。

I would suggest that you raise a Request For Enhancement - the process is documented here http://www-01.ibm.com/support/docview.wss?uid=swg21266802 我建议您提出“增强请求”-该过程记录在这里http://www-01.ibm.com/support/docview.wss?uid=swg21266802

Matthew 马修

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM