Author |
Message |
Topic: All Exits in Java |
Vijay Kumar P
Replies: 7 Views: 5585
|
Forum: General IBM MQ Support Posted: Wed Aug 24, 2005 9:25 pm Subject: We can write channel exits |
Hello Gentlemen,
We may not be able to write API and ClusterWorkLoad Exits.
MQSeries classes for Java allows you to provide your own send, receive, andsecurity exits.
To implement an exit, yo ... |
Topic: All Exits in Java |
Vijay Kumar P
Replies: 7 Views: 5585
|
Forum: General IBM MQ Support Posted: Tue Aug 23, 2005 9:17 pm Subject: Exit programs can be written in Java too |
Hi Abiram,
How are you. This is your MQ Kid.
Exit programs can be written in Java also. We can write explicit Channel exits in java. API Exits and cluster workload exits cannot be written in jav ... |
Topic: Unable to clear mq after browsing from it usingVB program |
Vijay Kumar P
Replies: 15 Views: 13197
|
Forum: IBM MQ API Support Posted: Thu Jul 07, 2005 1:32 am Subject: Is Queue Closed |
Hello,
Check whether you have close the Queue object at different times.
If you have not closed the Queue Object you cannot remove the messages from the Queue.
Regards,
Vijay |
Topic: API Exit Instances |
Vijay Kumar P
Replies: 2 Views: 3557
|
Forum: IBM MQ API Support Posted: Thu Jul 07, 2005 1:29 am Subject: API Exit is a OS Shared Object |
Hello,
We cannot restrict the shared object to instantiate when there is a request.
you can do it through putting explicit condition inside the API exit and return / supress the functions that m ... |
Topic: MQRC_NOT_AUTHORIZED Error |
Vijay Kumar P
Replies: 16 Views: 13819
|
Forum: IBM MQ API Support Posted: Thu Jul 07, 2005 1:21 am Subject: MUSR_MQADMIN |
Hello Naveen,
Try making the MCA User ID as MUSR_MQADMIN. Actually it should be blank to accept all.
Reply me.
Regards,
Vijay. |
Topic: MQOPEN fails with reason code 2035 |
Vijay Kumar P
Replies: 16 Views: 35712
|
Forum: IBM MQ API Support Posted: Tue Jun 14, 2005 10:28 pm Subject: Authorization |
Hello,
2035 is Authorization problem.
Please mention MUSR_MQADMIN in the channel that you are using to connect.
Regards,
Vijay |
Topic: Persistence |
Vijay Kumar P
Replies: 30 Views: 20175
|
Forum: General IBM MQ Support Posted: Tue Jun 14, 2005 9:25 pm Subject: Persistency |
Hello,
Which platform and version of MQ Series are you using.
I have checked in Windows Platform with MQ Series 5.3
When the Queue is Not Persistent the messages are lost after reboot if the ... |
Topic: C Compiler for Sun Solaris |
Vijay Kumar P
Replies: 7 Views: 7946
|
Forum: IBM MQ API Support Posted: Fri Feb 18, 2005 1:33 am Subject: Library file dependencies |
Hi,
In order to compile a basic exit program you can use cc, cpp, gcc or any compiler.
but you may also need to specify the required library files like lmqm, lmqmz..
and you will get a output ... |
Topic: API EXIT |
Vijay Kumar P
Replies: 7 Views: 4837
|
Forum: IBM MQ API Support Posted: Wed Feb 16, 2005 10:10 pm Subject: No Automated / Builtin feature. |
Hello Balaji,
Jef and Clind are right. Adding to there points.
We need to explicitly handle the execution of code for the specific queue using some of the mutex, critical sections or some sync m ... |
Topic: MQ PutDate and PutTime |
Vijay Kumar P
Replies: 10 Views: 12273
|
Forum: IBM MQ API Support Posted: Wed Feb 16, 2005 9:18 pm Subject: PutDate & PutTime |
Hi,
Actually to use PutDate & Putime field, you need to set the contexts and moreover the these fields display time in GMT, you need to explicitly convert it.
Regards,
Vijay. |