Author |
Message
|
solomon_13000 |
Posted: Sat Jun 14, 2008 1:30 am Post subject: Queue manager |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
To create a queue manager we issue the following command:
crtmqm -q <qmgr name>
but how do I specify the port number for the queue manager.
Regards. |
|
Back to top |
|
 |
Gaya3 |
Posted: Sat Jun 14, 2008 2:43 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
by default it will be port number 1414
if its windows go to MQ explorer and get in to queue manager properties and select TCP tab and change the port number
if its unix then update services file located in /etc/
i wonder why you didnt search in this forum.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
solomon_13000 |
Posted: Sat Jun 14, 2008 8:08 am Post subject: |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
|
Back to top |
|
 |
solomon_13000 |
Posted: Sat Jun 14, 2008 8:20 am Post subject: |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
Can the port number be set from the command prompt?. |
|
Back to top |
|
 |
solomon_13000 |
Posted: Sat Jun 14, 2008 10:03 am Post subject: |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
As in:
runmqlsr -t tcp -p 2000 -m QMgrName |
|
Back to top |
|
 |
Gaya3 |
Posted: Sat Jun 14, 2008 10:42 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
let it be new / old to MQ, search/read the document.
its time up for you to go through MQ series document.
listner runs on queue manager port, you can't give some other ports over here..
you haven't mentioned which OS you are using yet? _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
solomon_13000 |
Posted: Sat Jun 14, 2008 11:56 pm Post subject: |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
Im running on an IBM AIX platform. |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Jun 15, 2008 12:32 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Gaya3 wrote: |
if its unix then update services file located in /etc/
|
Use above way to do so,
if you dont have any idea, contact unix administrator and ask him/her to do so. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
KramJ |
Posted: Mon Jun 16, 2008 5:23 am Post subject: |
|
|
Voyager
Joined: 09 Jan 2006 Posts: 80 Location: Atlanta
|
If it's MQ v6 define the listener in runmqsc:
def listener(<listener>) trptype(tcp) port(<port>) |
|
Back to top |
|
 |
|