Author |
Message
|
rafma76 |
Posted: Tue Oct 03, 2006 7:05 am Post subject: how do we create an API in mqseries |
|
|
Novice
Joined: 19 Jul 2006 Posts: 12
|
hi i am new to mq series i got a question for u all
how do we create aan API setup in MQSeries in unix/sunsolaries
can u guys please help in that
thanx in advance
rafma |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 03, 2006 7:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
There's an API built into the product.....
...are you asking how to use it? In this case I refer you to the Application Programming Guide / Reference (or their online equivalents) which contain a wealth of information & detailed instructions.
There's also sample code supplied with the queue manager.
Or are you asking a different question?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rafma76 |
Posted: Tue Oct 03, 2006 7:26 am Post subject: thanx for ur reply. can u help me in detail |
|
|
Novice
Joined: 19 Jul 2006 Posts: 12
|
i wanna to know how to use API's and what knid of API's are available. i gone through the AP Guide pdf but i couldn,t find the API calls. is that API are MQPUT,MQGET etc., if any one can help me in coding API in MQ. how to use it.
i got a path like mentioned below for that how we create /setup an API
UT14.S.AMDOCS.ENSEMBLE.GET_PP_BALALANCE
in the above scenario how do we setup an API. and basically what is API's in MQ? how do we find
please help me |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 03, 2006 7:33 am Post subject: Re: thanx for ur reply. can u help me in detail |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rafma76 wrote: |
is that API are MQPUT,MQGET etc., if any one can help me in coding API in MQ. how to use it. |
Yep, that's them.
rafma76 wrote: |
i got a path like mentioned below for that how we create /setup an API
UT14.S.AMDOCS.ENSEMBLE.GET_PP_BALALANCE
in the above scenario how do we setup an API. and basically what is API's in MQ? |
I have no idea what you mean. The path sounds a bit like a function name, which (subject to language and platform constraints) could contain MQ functions. If you wanted it to.
You need to ask more specific questions. If what you're asking is "How do I use MQ?" the answer is "Read the Intercommunication manual and / or get some training". If you're asking "How do I use this specific call to achieve this specific end, because I've tried <insert attempt here> and it failed with <insert failure here> and I can't think of anything else" then ask that & we'll try.
Those manuals are quite good, and don't forget to look up the sample code. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Oct 03, 2006 7:34 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Yep...those are the APIs and they are all fully documented. As Vitor says, plenty of examples in many programming languages come shipped with MQ.
Time to hit the manuals
Welcome to the wonderful world of MQ |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Oct 03, 2006 7:46 am Post subject: |
|
|
Guest
|
The format of each of the native MQ calls (MQOPEN, MQCLOSE, ...) are defined in the Application Programmers Reference. How to use each of them is defined in the Application Programmers Guide. |
|
Back to top |
|
 |
|