Author |
Message
|
vandana |
Posted: Wed Dec 05, 2001 6:37 am Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
How to set the attributes of a queue
ueing the MQSet method?
Where do i get the sample codes?
I did try searching but couldn't
find one.
|
|
Back to top |
|
 |
bduncan |
Posted: Thu Dec 06, 2001 10:50 am Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
What API are you using?
_________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
vandana |
Posted: Fri Dec 07, 2001 1:19 am Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
i'm working on mqseries on nt(4.0)
using the java api.
|
|
Back to top |
|
 |
kirani |
Posted: Fri Dec 07, 2001 6:17 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
|
Back to top |
|
 |
vandana |
Posted: Fri Dec 07, 2001 10:03 pm Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
aren't there any books/sites available
where proper examples for MQSet/MQInquire
in java are given?
(except the software repository here)
Regards,
vandana
_________________
[ This Message was edited by: vandana on 2001-12-07 22:04 ] |
|
Back to top |
|
 |
bduncan |
Posted: Mon Dec 10, 2001 12:28 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Vandana,
From what I know, there aren't really any books on MQSeries aside from the IBM manuals. I heard there was one published by SAM's (correct me if I'm wrong) but it was published quite a while ago... The IBM documentation is quite extensive, and you'll find everything you need there, though it isn't always in nice sample programs... But if you're using the MQI API in Java, it should be straightforward to apply the MQI call definitions in the documentation...
_________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
vandana |
Posted: Tue Dec 11, 2001 10:21 pm Post subject: |
|
|
Acolyte
Joined: 01 Dec 2001 Posts: 74
|
When the attributes of a queue
can be retrieved bu using the getXXX
methods of the queue class what is
the need of MQINQ?
thanks
vandana |
|
Back to top |
|
 |
bduncan |
Posted: Wed Dec 12, 2001 10:29 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
If I'm not mistaken those AMI methods simply add another layer of abstraction to those same MQINQ calls. In either case, you have the luxury of choosing with AMI - most other APIs only provide MQINQ and MQSET.
_________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
EddieA |
Posted: Thu Dec 13, 2001 10:03 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Haven't fully checked this out, but just a thought.
Are the getxxx methods of the queue class, just Java wrappers for MQINQ (and MQSET) the same way the other java methods wrap the undelying MQ calls.
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|