Author |
Message |
Topic: Need MQ installation Guide in sun solaris |
kvnathan
Replies: 1 Views: 3241
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 15, 2002 5:29 pm Subject: Need MQ installation Guide in sun solaris |
Hi everybody,
I want documents relation to the installation of MQ Series in Sun solaris. And i want all the pre setup and post setup information.
For eg. Semaphore setting etc...
Please tell m ... |
Topic: 2033 MQRC_NO_MSG_AVAILABLE |
kvnathan
Replies: 1 Views: 3869
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 16, 2002 1:26 am Subject: 2033 MQRC_NO_MSG_AVAILABLE |
Sorry Guys it is working.
Problem is in database i have maintained the waitinterval as 10000
and in program i am dividing this 10000 by 1000 so it will wait ony 10 milliseconds.
Now i corrected ... |
Topic: 2033 MQRC_NO_MSG_AVAILABLE |
kvnathan
Replies: 1 Views: 3869
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 16, 2002 1:18 am Subject: 2033 MQRC_NO_MSG_AVAILABLE |
Hi all,
My job is to put a message in a queue and wait for the response for the specific no of seconds. According to that i have written the java code. The following are the GetMessageOptions. I am i ... |
Topic: Regarding COA and COD |
kvnathan
Replies: 4 Views: 12958
|
Forum: IBM MQ API Support Posted: Wed Mar 27, 2002 3:16 am Subject: Regarding COA and COD |
As kolban said, we checked the DLQ of both the ends. And we did't find anything relating this in both the DLQ.
And we tried to recreate this problem by using the simple sample program, but did't able ... |
Topic: Regarding COA and COD |
kvnathan
Replies: 4 Views: 12958
|
Forum: IBM MQ API Support Posted: Tue Mar 26, 2002 2:47 am Subject: Regarding COA and COD |
In our applicaiton if we put the message into the Queue, we are getting COA. And if the other end picks the message from their local queue then we are getting COD. But for some transactions we are not ... |
Topic: Need more help from Experts, regarding the COD problem |
kvnathan
Replies: 4 Views: 16837
|
Forum: IBM MQ API Support Posted: Thu Nov 29, 2001 2:30 am Subject: Need more help from Experts, regarding the COD problem |
hi StefanSievert ,kolban & Bduncan
Atlast we got it........!
Now we are getting both COA and COD in the specified Queue. The problem is the UserIdentifier field in message descriptor.
Thank ... |
Topic: Need more help from Experts, regarding the COD problem |
kvnathan
Replies: 4 Views: 16837
|
Forum: IBM MQ API Support Posted: Wed Nov 28, 2001 8:30 pm Subject: Need more help from Experts, regarding the COD problem |
Here with i am sending the actual message in otherend DeadLetter Queue.
AMQSBCG0 - starts here
**********************
MQOPEN - 'PIMS.DLQ'
MQGET of message number 1
****Message descr ... |
Topic: Need more help from Experts, regarding the COD problem |
kvnathan
Replies: 4 Views: 16837
|
Forum: IBM MQ API Support Posted: Wed Nov 28, 2001 5:13 am Subject: Need more help from Experts, regarding the COD problem |
As we said earlier about the problem in getting the COD from the other end, I am just explaining once again the current scenario of the problem exixts.
In our java program we have to set the applica ... |
Topic: Load Handling by MQSeries |
kvnathan
Replies: 1 Views: 10121
|
Forum: General IBM MQ Support Posted: Tue Nov 06, 2001 3:44 am Subject: Load Handling by MQSeries |
What is the load handling capacity of MQ Series in Sun Solaris system???
I have a Java client program that starts 100 threads. And each thread connects to a Queue Manager, puts message into a queue ... |
Topic: Breakthrough in COD problem but need some Clarification |
kvnathan
Replies: 2 Views: 11983
|
Forum: IBM MQ API Support Posted: Wed Oct 31, 2001 1:18 am Subject: Breakthrough in COD problem but need some Clarification |
Hai,
As we said earlier about the problem in getting the COD from the other end, we found the exact root cause of the problem.
In our java program we have to set the applicationIdData for some ty ... |
Topic: clarification on COD |
kvnathan
Replies: 6 Views: 18096
|
Forum: IBM MQ API Support Posted: Sat Oct 27, 2001 4:01 am Subject: clarification on COD |
Hi Kolban,
As we said in our mail, which explains the scenario of how we got into this problem,to rectify this we did several option includig setting permission to QMANAGER,QUEUES for the group stil ... |
Topic: clarification on COD |
kvnathan
Replies: 6 Views: 18096
|
Forum: IBM MQ API Support Posted: Wed Oct 24, 2001 8:32 pm Subject: clarification on COD |
Hi Kolban,
As we said in our mail, which explains the scenario of how we got into this problem,to rectify this we did several option includig setting permission to QMANAGER,QUEUES for the group still ... |
Topic: clarification on COD |
kvnathan
Replies: 6 Views: 18096
|
Forum: IBM MQ API Support Posted: Tue Oct 23, 2001 9:02 pm Subject: clarification on COD |
First i want to thank for your suggestions.
As you said we checked the log file and found the error messages which is stated below.
------------------------------------------
AMQ7310: Report me ... |
Topic: clarification on COD |
kvnathan
Replies: 6 Views: 18096
|
Forum: IBM MQ API Support Posted: Mon Oct 22, 2001 9:27 pm Subject: clarification on COD |
Hi Kolban,
Thank you very much for your reply.
Though it sounds peculiar of not getting COD even though we are getting COA.But this is the scenario we are facing here.That is why we send you all the ... |
Topic: clarification on COD |
kvnathan
Replies: 6 Views: 18096
|
Forum: IBM MQ API Support Posted: Mon Oct 22, 2001 12:12 pm Subject: clarification on COD |
First we created QueueManagers and all objects of both ends. And we loaded all our java Mq program and tested. That time everything worked fine, we received COA,COD everything.
Then after all coding ... |