Author |
Message
|
scravr |
Posted: Wed Feb 03, 2010 12:30 pm Post subject: Broker Ports |
|
|
 Partisan
Joined: 03 Apr 2003 Posts: 391 Location: NY NY USA 10021
|
I have a single unix SUN box running 3 sets of QM+Borker (DEV, UAT, PROD envs.)
Basically one box with 3 environments; each env contains individual QM+Broker.
I have QMs on ports 1414, 1415, 1416.
Each broker has many exec groups running web services flows with SSL and few exec groups running flows without SSL.
What will be a preferred Broker ports configuration setup for web services?
Should I assign a single port for each broker (7814, 7815, 7816) or individual port per exec group (per broker)? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Feb 03, 2010 12:46 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The bipHTTPListener for each Broker needs it's own port.
The SOAP listener for each EG acting as a Web Service Provider needs it's own port.
That's more three, and more than one per EG listening to SOAP.
You can not EVER under any circumstances cause any two PROCESSES to use the same combination of IP Address AND Port number.
So you can not set any of these ports to the same value - just like you can't put two queue managers listening on port 1414. |
|
Back to top |
|
 |
scravr |
Posted: Thu Feb 04, 2010 10:03 am Post subject: Broker Ports |
|
|
 Partisan
Joined: 03 Apr 2003 Posts: 391 Location: NY NY USA 10021
|
Do I need a dedicated port per broker? What it used for?
Do I need additional dedicated port per execution group? What it used for?
Do I need additional HTTP and HTTPS ports per execution group? What are thesefor?
How many levels of ports exist?
Are all these impacts differences between HTTP and SOAP ports?
Where can I find doc/pdf about broker ports? |
|
Back to top |
|
 |
mqmatt |
Posted: Thu Feb 04, 2010 10:30 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
If you are using HTTPInput nodes for use with HTTP, you need to define a port on the broker that the node can listen on. If you are using the HTTPInput nodes with HTTPS, you need to define an additional port on the broker for SSL traffic.
If you are using SOAPInput nodes for use with HTTP, you need to define a port on the execution group that the nodes can listen on. If you are using SOAPInput nodes with HTTPS, you need to define an additional port on the execution group for SSL traffic.
Regards |
|
Back to top |
|
 |
scravr |
Posted: Thu Feb 04, 2010 12:53 pm Post subject: Broker Ports |
|
|
 Partisan
Joined: 03 Apr 2003 Posts: 391 Location: NY NY USA 10021
|
Is that means Broker has 4 types of Port:
HTTP + HTTPS on broker level and
SOAP over HTTP + HTTPS on execution groups level. |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Feb 05, 2010 12:52 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Exactly... in addition to any ports set up for the TCP/IP nodes. |
|
Back to top |
|
 |
scravr |
Posted: Wed Feb 10, 2010 6:18 pm Post subject: |
|
|
 Partisan
Joined: 03 Apr 2003 Posts: 391 Location: NY NY USA 10021
|
Few Questions regarding Listenerns+Ports:
1. For MQ connections: I gave my clients the TCPIP number, QM port+ Send/Receive Channels + Local/Remote queue names.
What should I give my clients for SOAP & HTTP connections?
Listener port number, other port numbers???
2. How many types of Listeners each broker has? (Global listener, SOAP listener HTTP listener, …) ?
3. How many types of Listeners each execution group has? (Global listener, SOAP listener HTTP listener) ?
4. What’s the different functionality between Listeners and Ports?
5. For SOAP and HTTP/S Input flows: Should I plan to put BARs in Execution Groups based on HTTP, HTTPS, and SOAP, and then further split by volume, and other criteria?
Thanks for assisting. |
|
Back to top |
|
 |
scravr |
Posted: Thu Feb 11, 2010 6:58 am Post subject: |
|
|
 Partisan
Joined: 03 Apr 2003 Posts: 391 Location: NY NY USA 10021
|
6. Can I have range of ports for SOAP , HTTP, and HTTPS ? |
|
Back to top |
|
 |
|