Hi All,
The default behavior of the 390 qmgr is for put requests to be inside of
a UOW if nothing is specified. The default behavior of the Sun/NT qmgr is
for put requests to NOT be inside a UOW If nothing is specified. When
you ctrl-c the client application, it has know effect on the Sun qmgr
since the message was actually put. On 390, the message needs to be
committed (which is done implictly at MQDISC). When you ctrl-c the
client to 390, the MQDISC isn't done and the message is discarded.
I want to change the default behaviour of the QueueManager both on Solaris/NT
and also on OS/390 machine.
How do i do that ?
Can i do it while creating the queue manager when we give the options ?
waiting for your reply.
Thanks
JP.
The default behavior of the 390 qmgr is for put requests to be inside of
a UOW if nothing is specified. The default behavior of the Sun/NT qmgr is
for put requests to NOT be inside a UOW If nothing is specified. When
you ctrl-c the client application, it has know effect on the Sun qmgr
since the message was actually put. On 390, the message needs to be
committed (which is done implictly at MQDISC). When you ctrl-c the
client to 390, the MQDISC isn't done and the message is discarded.
I want to change the default behaviour of the QueueManager both on Solaris/NT
and also on OS/390 machine.
How do i do that ?
Can i do it while creating the queue manager when we give the options ?
waiting for your reply.
Thanks
JP.