Author |
Message |
Topic: MQSeries MQINQ but for Java |
johnrw
Replies: 11 Views: 22460
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 19, 2004 8:31 am Subject: MQSeries MQINQ but for Java |
This site is great! Thanks for the help. |
Topic: MQSeries MQINQ but for Java |
johnrw
Replies: 11 Views: 22460
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 19, 2004 7:17 am Subject: MQSeries MQINQ but for Java |
Alright, I've got both the QUEUE DEPTH and the MAX MESSAGE LENGTH returning now, but I realize it is actually the MESSAGE LENGTH that I need and not the max message length. I tried getMessageLength b ... |
Topic: MQSeries MQINQ but for Java |
johnrw
Replies: 11 Views: 22460
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 1:53 pm Subject: MQSeries MQINQ but for Java |
I attempted to get the queue depth from MVS but got a 2038 return code indicating MQRC_NOT_OPEN_FOR_INQUIRE.
Perhaps MVS won't allow it, don't know at this point.
For the
int maxLength = qName.g ... |
Topic: MQSeries MQINQ but for Java |
johnrw
Replies: 11 Views: 22460
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 1:12 pm Subject: MQSeries MQINQ but for Java |
oops, sorry, I missed your line about the length
thanks, I'll try them both |
Topic: MQSeries MQINQ but for Java |
johnrw
Replies: 11 Views: 22460
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 1:10 pm Subject: MQSeries MQINQ but for Java |
Beauty, that looks it it might work, I'll try it out.
Do you also happen to have the length parameter? ie
would it be: getMaxMessageLength ?? |
Topic: MQSeries MQINQ but for Java |
johnrw
Replies: 11 Views: 22460
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 12:29 pm Subject: MQSeries MQINQ but for Java |
Are there any examples for a Java client to call MQINQ (MQSeries)to get the queue depth or maximum message length from an MVS queue. I can't find any examples.
thanks |
Topic: connector.jar |
johnrw
Replies: 0 Views: 1516
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 11, 2004 11:57 am Subject: connector.jar |
From what I understand, there are two scenarios for using Java with Notes and MQ.
1) use the Java from within Notes (which I can't get working with MQ due to NoClassDefFoundError )
2) use Java from ... |
Topic: Notes r6 script / MQ 5.3 / Notes Java |
johnrw
Replies: 2 Views: 1933
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 04, 2004 12:54 pm Subject: Notes r6 script / MQ 5.3 / Notes Java |
Yes I have verified all the JavaUserClasses, CLASSPATH, PATH
settings with IBM. Connector.jar is there.
Is there something to do with setting java_home variable on the server
do you know? |
Topic: Notes r6 script / MQ 5.3 / Notes Java |
johnrw
Replies: 2 Views: 1933
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 04, 2004 11:36 am Subject: Notes r6 script / MQ 5.3 / Notes Java |
From Notes Script, I call Notes Java code to connect to MQ.
when I issue the command...........
MQQueueManager qMgr = new MQQueueManager (mqManager);
I get the error message.............
NoCl ... |
Topic: javax/resource/spi/ConnectionRequestInfo (Notes/MQ/Java) |
johnrw
Replies: 6 Views: 5997
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 30, 2004 7:23 am Subject: javax/resource/spi/ConnectionRequestInfo (Notes/MQ/Java) |
I read through the posts at the URL you supplied but the link error is not what I am getting, and the CLASSPATH len = 110. My error message seems to be referring to ConnectionManager which I understo ... |
Topic: javax/resource/spi/ConnectionRequestInfo (Notes/MQ/Java) |
johnrw
Replies: 6 Views: 5997
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 29, 2004 12:02 pm Subject: javax/resource/spi/ConnectionRequestInfo (Notes/MQ/Java) |
Yes. Connector.jar is on the server in JavaUserClasses (in Notes.ini) and in the CLASSPATH. |
Topic: javax/resource/spi/ConnectionRequestInfo (Notes/MQ/Java) |
johnrw
Replies: 6 Views: 5997
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 29, 2004 10:40 am Subject: javax/resource/spi/ConnectionRequestInfo (Notes/MQ/Java) |
I am using MQ 5.3 and Notes r6 and trying to replace obsolete MQLSX code from Notes with Java calls to MQ (Java code within Notes).
Some Notes agents run on the server which call Notes script library ... |