It is possible to resolve this issue by doing the
following three items:
- If you want to use full-function IBM® WebSphere® MQ but did not
install the code into the LINKLIST or LPA, IBM WebSphere Application
Server Control Region requires access to the MQ modules in libraries
SCSQANLE, SCSQLOAD and SCSQAUTH. These libraries must be added to the
STEPLIB in the PROC (procedure) of the Controller region of the
Application Server.
- You can also change the configuration of the MQ queues as follows:
SYSTEM.DEFAULT.MODEL.QUEUE > DEFTYPE(PERMDYN)
Output Queue > PermitSharedAccess = YES > DEFSOPT(SHARED)
- Apply WebSphere MQ PTFS UQ78214, UQ81897 and UQ82607.
Note: Refer to the Information Center at this link:
http://publib.boulder.ibm.com/infocenter/wasinfo/v5r0/index.jsp?topic=
/com.ibm.websphere.zseries.doc/info/welcome_zos.html
Select:
Developing > Applications > Web Services > Using WSIF to
invoke Web Services > Using the WSIF providers > The JMS
providers-configuring the client and server.
or:
Administering > Resources > Messaging > Administering
WebSphere JMS Support >
|