Author |
Message
|
prabhuoist |
Posted: Tue May 15, 2018 1:40 am Post subject: Different b/w HTTP reply and SOAP reply |
|
|
Apprentice
Joined: 10 Oct 2017 Posts: 39
|
Hi Team,
As I understood, HTTP input and HTTP Reply node can be in different message flows or can be in different EG's as well just you need to set reply identifier correctly.
SOAP Input and SOAP reply node can be in different flows but has to be within same EG.
My question is why it works differently ? |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 15, 2018 4:52 am Post subject: Re: Different b/w HTTP reply and SOAP reply |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prabhuoist wrote: |
My question is why it works differently ? |
Because the HTTP nodes can use the broker wide listener but the SOAP nodes always use the embedded listener in the EG. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue May 15, 2018 1:52 pm Post subject: Re: Different b/w HTTP reply and SOAP reply |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vitor wrote: |
prabhuoist wrote: |
My question is why it works differently ? |
Because the HTTP nodes can use the broker wide listener but the SOAP nodes always use the embedded listener in the EG. |
Unless you set them to use the broker wide listener...
By default they use the EG embedded listener  _________________ MQ & Broker admin |
|
Back to top |
|
 |
prabhuoist |
Posted: Wed May 16, 2018 4:17 am Post subject: Re: Different b/w HTTP reply and SOAP reply |
|
|
Apprentice
Joined: 10 Oct 2017 Posts: 39
|
fjb_saper wrote: |
Vitor wrote: |
prabhuoist wrote: |
My question is why it works differently ? |
Because the HTTP nodes can use the broker wide listener but the SOAP nodes always use the embedded listener in the EG. |
Unless you set them to use the broker wide listener...
By default they use the EG embedded listener  |
So if we use broker wide listener for soap input node, can soap reply node be deployed on different EG. |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 16, 2018 5:36 am Post subject: Re: Different b/w HTTP reply and SOAP reply |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fjb_saper wrote: |
Vitor wrote: |
prabhuoist wrote: |
My question is why it works differently ? |
Because the HTTP nodes can use the broker wide listener but the SOAP nodes always use the embedded listener in the EG. |
Unless you set them to use the broker wide listener...
By default they use the EG embedded listener  |
Can you change that?
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu May 17, 2018 1:23 am Post subject: Re: Different b/w HTTP reply and SOAP reply |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vitor wrote: |
fjb_saper wrote: |
Vitor wrote: |
prabhuoist wrote: |
My question is why it works differently ? |
Because the HTTP nodes can use the broker wide listener but the SOAP nodes always use the embedded listener in the EG. |
Unless you set them to use the broker wide listener...
By default they use the EG embedded listener  |
Can you change that?
 |
Yes but you need a dedicated qmgr to use the broker wide listener see mqsicreatebroker -q  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|