简体   繁体   中英

IBM Websphere : Queue manager processing

I have deployed my application on WebSphere and it is up and running and so are the queues associated with the application.

When I put messages on the queue I do not see any processing in SystemOut.log file of the app server. This queue is supposed to process the message and then forward it to another queue.

Please tell me which log file to check the processing of the message being done my application.

A really simple verification would be to inhibit the consumption of the messages. Then your produced messages will stay in the queue.

Are you using the SIB or WebSphere MQ ?

As far as I know, the SIB does not log anything about message consumption by itself. However, you could use a logging framework such as Commons-Logging, Log4J, ... to add some logging details.

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