Author |
Message |
Topic: passing environment variables to triggered applications |
yiftah_o
Replies: 4 Views: 3815
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 17, 2003 12:02 am Subject: passing environment variables to triggered applications |
guys, thanks for the responses. this got me to refine my issue.
after further investigation I saw that the runmqtrm command has -r-sr-s--- permissions. this make my triggered application run as mqm ... |
Topic: passing environment variables to triggered applications |
yiftah_o
Replies: 4 Views: 3815
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 16, 2003 12:31 am Subject: passing environment variables to triggered applications |
Hi
I have an application that works well when run from the command line but fails (because of wrong PATH) when it is triggered with the trigger monitor.
how can I make sure all the variables in ... |
Topic: queue manager as XA transaction manager |
yiftah_o
Replies: 1 Views: 2305
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 05, 2002 12:29 am Subject: queue manager as XA transaction manager |
I want to use a queue manager with XA to coordinate a 2-phase commit between Oracle and MQSeries queues.
the issues I see are:
- qm.ini configuration.
- what Oracle libraries do I need (Oracle 8 ... |
Topic: set authority of mq objects |
yiftah_o
Replies: 0 Views: 2374
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 25, 2002 11:32 pm Subject: set authority of mq objects |
hi
is it possible to use java to set authority for mqseries objects in the same way that setmqaut does ?
if yes, an example code would be super.
thanks,
yiftah |
Topic: qm.ini Log stanza |
yiftah_o
Replies: 7 Views: 8018
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 25, 2002 5:16 am Subject: qm.ini Log stanza |
thanks a lot guys
Yiftah |
Topic: qm.ini Log stanza |
yiftah_o
Replies: 7 Views: 8018
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 25, 2002 1:17 am Subject: qm.ini Log stanza |
what if my manager has security in my office with packing boxes in case performance goes down?
will it help to decrease the LogWriteIntegrity or should I pack my bags ? |
Topic: qm.ini Log stanza |
yiftah_o
Replies: 7 Views: 8018
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 24, 2002 8:32 am Subject: qm.ini Log stanza |
how can I determine the level of integrity suitable for me?
in what cases can persistent information be lost when using LogWriteIntegrity=SingleWrite ? |
Topic: qm.ini Log stanza |
yiftah_o
Replies: 7 Views: 8018
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 24, 2002 6:32 am Subject: qm.ini Log stanza |
Hi
in the qm.ini file there is a parameter:
LogWriteIntegrity=TripleWrite
I would like to understand what does this parameter control and what are the available options for it (beside TripleWri ... |
Topic: network traffic when client waits on MQGET |
yiftah_o
Replies: 1 Views: 2392
|
Forum: IBM MQ API Support Posted: Sun Jun 30, 2002 6:42 am Subject: network traffic when client waits on MQGET |
description:
I have a client that connects to a remote queue manager with tcp/ip.
the client is using MQGET when the MQGMO structure has the MQGMO_WAIT flag and WaitInterval=MQWI_UNLIMITED
this sho ... |