Author |
Message |
Topic:Client triggering Java program in HP-UX |
ashly
Replies: 13 Views: 16053
|
Forum:General IBM MQ Support Posted: Tue Jan 09, 2007 7:45 pm Subject: Client triggering Java program in HP-UX |
check the user who fires the trigger has it set . that should seal it. |
Topic:triggertype problem !! |
ashly
Replies: 6 Views: 5335
|
Forum:General IBM MQ Support Posted: Tue Jan 09, 2007 7:42 pm Subject: triggertype problem !! |
Thanks Guys!
we used JMS api to connect and receive the message.
*)in the 'get()' we had a new QueueReceiver obj created every time and we used to close the receiver obj every time.
*) Removed ... |
Topic:Client triggering Java program in HP-UX |
ashly
Replies: 13 Views: 16053
|
Forum:General IBM MQ Support Posted: Tue Jan 09, 2007 5:12 pm Subject: Client triggering Java program in HP-UX |
seems like the JRE is having an issue in loading the jvm dll.
check path/ld_library_path is set correctly. |
Topic:triggertype problem !! |
ashly
Replies: 6 Views: 5335
|
Forum:General IBM MQ Support Posted: Tue Jan 09, 2007 4:31 am Subject: triggertype problem !! |
yes we are doing the same.
*)the Triggered app is a Java Pgm
*) it runs, until all messages are consumed and then disonnect from MQ.
The problem is the program is getting triggered again [due ... |
Topic:triggertype problem !! |
ashly
Replies: 6 Views: 5335
|
Forum:General IBM MQ Support Posted: Tue Jan 09, 2007 4:18 am Subject: triggertype problem !! |
Hi all,
we have websphere 5.3/linux for our app.We have come across the following scenario today.
*)The triggertype is set to 'FIRST' for queue 'Q'
*)The TRIGGER on the Q is turned off.
*)we ... |
Topic:runmqtrm spawning 4 processes in Linux |
ashly
Replies: 5 Views: 7715
|
Forum:IBM MQ Performance Monitoring Posted: Wed Oct 11, 2006 6:39 pm Subject: runmqtrm spawning 4 processes in Linux |
> ps -e --forest | grep runmqtrm
23112 ? 00:00:02 \_ runmqtrm
23113 ? 00:00:07 \_ runmqtrm
23115 ? 00:00:00 \_ runmqtrm
23116 ? 00:00:03 ... |
Topic:runmqtrm spawning 4 processes in Linux |
ashly
Replies: 5 Views: 7715
|
Forum:IBM MQ Performance Monitoring Posted: Tue Oct 10, 2006 2:38 am Subject: runmqtrm spawning 4 processes in Linux |
I can see these as processes as they have pids and I am able to kill them using the pids. here is the pstree trace.
runmqtrm -m HKWTI1S1 -q WTI.IMXSG.TTI.RQSTIN.INIT.QUEUE
└─runmqt ... |
Topic:runmqtrm spawning 4 processes in Linux |
ashly
Replies: 5 Views: 7715
|
Forum:IBM MQ Performance Monitoring Posted: Tue Oct 10, 2006 2:28 am Subject: runmqtrm spawning 4 processes in Linux |
Hi all,
we have websphere MQ 5.3 / linux 2.4.21 kernel. we we start the trigger monitor by issuing the following command
runmqtrm -m HKWTI1S1 -q WTI.IMXSG.TTI.RQSTIN.INIT.QUEUE
we are seeing ... |