|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQI accessQueue/MQQueue API call |
« View previous topic :: View next topic » |
Author |
Message
|
Prasanna |
Posted: Fri Dec 14, 2001 6:57 am Post subject: |
|
|
Newbie
Joined: 13 Dec 2001 Posts: 2
|
Hi,
Can anyone tell me what the 4th parameter in the call MQQueue- i.e the queue constructor signifies? The first parameter is the queueManager object and the fourth parameter is the queuemanager name as a string. What is the requirement and significance of the two parameters?
Thanks in advance. |
|
Back to top |
|
 |
kolban |
Posted: Fri Dec 14, 2001 10:26 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
Which API are you using and which language? Do you have a reference to the manual which describes the API/methods? |
|
Back to top |
|
 |
Prasanna |
Posted: Fri Dec 14, 2001 11:57 pm Post subject: |
|
|
Newbie
Joined: 13 Dec 2001 Posts: 2
|
I am using the MQI API calls and the language is Java. The documentation I reffered for this is the documentation available along with the MQSeries product. To be exact:(MQseries Manuals/MQseries using java/part3/chapter 7/MQQueuManager).
Regards,
Prasanna
|
|
Back to top |
|
 |
kolban |
Posted: Sat Dec 15, 2001 2:41 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
The construction of an MQQueue object directly relates to the use of the MQOPEN C/C++ MQI API call.
When using this API call, a data structure called the MQOD may be supplied. This is described in detail at:
http://www-4.ibm.com/software/ts/mqseries/library/manualsa/csqzak05/csqzak051n.htm#HDRMQOD
One of the fields in this structure is the ObjectQueueManagerName ... see the details for this field. This can be supplied in Java as a parameter off the constructor.
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|