简体   繁体   中英

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.

If I run the client application against TIBCO EMS as the JMS provider the TIBCO EMS Administration API provides visibility of this information.

When the client application is run against WebSphere MQ as the JMS provider I can use:

display qstatus(MyQUEUE) type(handle) all

to see the consumers of the queue, but I can't see what JMS message selector the client has declared.

Currently it's not possible to see the selector in use; other open options, message information can be seen via runqmsc or via Explorer. (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

Matthew

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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