Sunday, February 23, 2020

IBM Integration Bus - How to debug in IBM integration tookit

For debugging, We have to set the debug port with comment below
mqsichangeproperties integrationNodeName -e default  -o ComIbmJVMManager -n jvmDebugPort -v 3920
The port(ex: 3920) is used for debug
We have to stop and start node for effect.
Now, choose the "Launch Debuger", add breakpoint and enjoy.


No comments:

Post a Comment

Install and use xorg-server on macOS via Homebrew

  The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...