Author |
Message
|
keniav |
Posted: Tue Jun 27, 2006 7:15 am Post subject: Difference between MQI and AMI |
|
|
 Novice
Joined: 26 May 2006 Posts: 24
|
I dont understand the exact difference between MQI and AMI in interacting with messaging layer. As far as I understand MQI is representing the 13 API calls that are available for any programming language to talk to mq. But I dont understand the AMI part. The documentation says AMI is *high level* API. May be I am not getting it as it is *high level*. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jun 27, 2006 7:28 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
By documentation I'm assuming you mean the Application Messaging Interface manual (a thumping good read even if the plot is a bit thin )
If you don't, brace yourself, grab a highly caffinated beverage and give it a try. Even for an IBM publication it's heavy going.
The AMI is a "high level" interface in that it attempts to encapsultate the MQI calls into service-driven methods available to applications, while simplifying the parameters needed to drive the messaging layer by means of defaults and policies. In theory it simplifies development and deployment. In practice everyone uses JMS or XMS
I feel certain a conflicting opinion will be along in a moment.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mvic |
Posted: Tue Jun 27, 2006 8:05 am Post subject: Re: Difference between MQI and AMI |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
keniav wrote: |
But I dont understand the AMI part. |
Why are you looking at AMI, may I ask? It's a deprecated API now, I'm afraid. The recommended API for pub/sub and point-to-point messaging from the C, C++ or .NET environments is XMS. |
|
Back to top |
|
 |
tleichen |
Posted: Tue Jun 27, 2006 10:47 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
I've also heard some IBM people say that AMI was going away. Even that has been a number of months ago....  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
mvic |
Posted: Tue Jun 27, 2006 11:15 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
|
Back to top |
|
 |
keniav |
Posted: Tue Jun 27, 2006 12:35 pm Post subject: |
|
|
 Novice
Joined: 26 May 2006 Posts: 24
|
Great !!
I have one less thing to worry about now. Thanks a lot. |
|
Back to top |
|
 |
wschutz |
Posted: Tue Jun 27, 2006 2:39 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
But now you can worry about MQI vs XMS ....  _________________ -wayne |
|
Back to top |
|
 |
|