Author |
Message
|
snehalkgandhi |
Posted: Tue Jan 20, 2004 9:17 pm Post subject: Starting the MQSeries |
|
|
Newbie
Joined: 20 Jan 2004 Posts: 4 Location: India
|
Hi All,
i'm totally new to MQSeries and i'm using MQSeries 5.2.1 on AIX box, i would like to know how to start the MQSeries server and write a java client and publish a message to the server. i would like to know the queue's present in the server. kindly let me know.
Thanx in advance
Regds
Snehal |
|
Back to top |
|
 |
kman |
Posted: Wed Jan 21, 2004 12:33 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
Take a look at the WebSphere MQ Quick Beginning Guides for AIX, from the documentation link, at the top of this page.
Also look at the Command Reference manual.
If you need to start the queue manager, use command:
strmqm <queue_manager_name>
End it with ;
endmqm <queue_manager_name>.
You can sample the application from the samples directory when you install your MQ. Or take a look at the Using JAVA manual from the same link. |
|
Back to top |
|
 |
snehalkgandhi |
Posted: Wed Jan 21, 2004 1:16 am Post subject: |
|
|
Newbie
Joined: 20 Jan 2004 Posts: 4 Location: India
|
Hi,
Thanx for the prompt reply, but i tried searching the Using JAVA manual from the links above and found the Programming language considerations,
where java is not mentioned, the languages mentioned there are C, C++, VB, etc but not java. and is there any Java API documentation for MQSeries. it would of gr8 help, thanx in advance.
--Snehal |
|
Back to top |
|
 |
kman |
Posted: Wed Jan 21, 2004 1:31 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
|
Back to top |
|
 |
snehalkgandhi |
Posted: Wed Jan 21, 2004 2:37 am Post subject: |
|
|
Newbie
Joined: 20 Jan 2004 Posts: 4 Location: India
|
hi,
Thanx for the quick reply. and i have one more doubt like whether to use the websphere MQJMS or the normal JMS. kindly let me know
--Snehal |
|
Back to top |
|
 |
EddieA |
Posted: Wed Jan 21, 2004 7:44 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
JMS is just a standard. IBM's WebSphere MQJMS is just their implementation of it.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|