Author |
Message
|
stevemeyns |
Posted: Sat Jun 04, 2005 1:05 am Post subject: How can i configure the queue manager??? (complete novice) |
|
|
Newbie
Joined: 04 Jun 2005 Posts: 3 Location: Belgium
|
i'm a complete novice to MQ.
i installed MQ on my win XP pro machine to test the product
problems started already trying to configure the Queue manager to accept client connections.
the manual says to run strmqm command...
but strmqm seems not to be on my pc?????
do i need a MQ server to test????
how can i configure the queue manager???
Thanks a lot |
|
Back to top |
|
 |
fschofer |
Posted: Sat Jun 04, 2005 2:33 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
|
Back to top |
|
 |
bower5932 |
Posted: Sat Jun 04, 2005 5:14 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
strmqm is the command to start the queue manager on your server machine. In addition to the books above, you might want to install the V6 product and walk through the Quick Tour. It also has a new 'Explorer' interface which you may find makes your life easier.
Welcome to the WMQ family. |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Jun 04, 2005 6:07 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
bower5932 wrote: |
strmqm is the command to start the queue manager on your server machine. |
Actually, on Windows, especially with the default configuration, it's a lot better to use amqmdain rather than strmqm.
Regardless, I'm sure it's simply a path problem that is causing strmqm to not be found. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
stevemeyns |
Posted: Sat Jun 04, 2005 12:31 pm Post subject: Thanks a lot!!! |
|
|
Newbie
Joined: 04 Jun 2005 Posts: 3 Location: Belgium
|
After installing V6 i was able to configure MQ and run the .NET samples.
Thanks again
Steve
PS Now the real challenge wil start :  |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Jun 06, 2005 4:27 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
jefflowrey wrote: |
Actually, on Windows, especially with the default configuration, it's a lot better to use amqmdain rather than strmqm. |
True, but when I'm starting out, I like to do it myself from the command line. It lets me know exactly what is wrong (or right!). |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jun 06, 2005 4:33 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
bower5932 wrote: |
True, but when I'm starting out, I like to do it myself from the command line. It lets me know exactly what is wrong (or right!). |
Right....
But using WebSphere MQ Explorer to create a queue manager, and then trying to use strmqm to start it... will cause problems.
It is recommended to either use crtmqm/strmqm OR Explorer/amqmdain, and not mix the two.
This may be fixed in v6 - or it may be worse! _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Jun 06, 2005 7:10 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
jefflowrey wrote: |
It is recommended to either use crtmqm/strmqm OR Explorer/amqmdain, and not mix the two. |
And I also always use crtmqm. Since the explorer doesn't exist everywhere, I've always been big on using the commands (which also helps at certification time). |
|
Back to top |
|
 |
|