Author |
Message |
Topic: POLLINGINT |
Gary Zhong
Replies: 5 Views: 3344
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 21, 2002 8:26 am Subject: POLLINGINT |
Thanks for the link. Yeah many properties looked to be unchangeable, like PINT. But isn't 5 seconds polling rate a bit too long for a busy receive and respond server using MQ JMS? If I have a JMSMessa ... |
Topic: POLLINGINT |
Gary Zhong
Replies: 5 Views: 3344
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 21, 2002 4:24 am Subject: POLLINGINT |
Thanks, clindsey.
Do you know that if I can change the version property? Do yo have a link to the newest pdf on MA88?
Thanks again. |
Topic: POLLINGINT |
Gary Zhong
Replies: 5 Views: 3344
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 20, 2002 5:20 am Subject: POLLINGINT |
In JMS Admin utility, I looked up the QCF and saw the property of POLLINGINT with a set value of 5000. Does anyone know this 5000 means? milliseconds? nanoseconds? Is there a way to change that? By th ... |
Topic: JMSMessageListener |
Gary Zhong
Replies: 1 Views: 1511
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 16, 2002 12:55 pm Subject: JMSMessageListener |
I wrote the following logic using JMSMessageListener:
In the main class,
1) get connection, get session (call it theSession)
2) get an instance of a class (call it MyListener) that implements JMS ... |
Topic: Completion Code 2, Reason 2026 |
Gary Zhong
Replies: 5 Views: 6326
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 16, 2002 7:02 am Subject: Completion Code 2, Reason 2026 |
Update: I used Throwable to printStackTrace of this error: Her is what I got -
Throwable: javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue
javax.jms.JMSException: MQJMS2007: f ... |
Topic: Completion Code 2, Reason 2026 |
Gary Zhong
Replies: 5 Views: 6326
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 16, 2002 5:17 am Subject: Completion Code 2, Reason 2026 |
Both the HP-UX and Sun Solaris has MQ v5.2 on it. The mainframe is MQ v2.1 |
Topic: Completion Code 2, Reason 2026 |
Gary Zhong
Replies: 5 Views: 6326
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 15, 2002 1:55 pm Subject: Completion Code 2, Reason 2026 |
I am in the process of moving an existing MQ/JMS application from Sun Solaris to HP-UX 11. The application uses JMS message listener, waits for a message from OS390 mainframe in a MQ queue, processes ... |