Re: Possible to set source IP address in queue route setup in C++ broker?

2017-08-29 Thread Alan Conway
On Wed, 2017-08-23 at 17:58 +0100, Gordon Sim wrote: > On 23/08/17 17:35, Steve Huston wrote: > > - Host A wants to set up a pull route to pull messages from Host B > > - Host A has two IP addresses assigned to it > > - When Host A connects to B, can A specify a particular source IP address > >

Re: Possible to set source IP address in queue route setup in C++ broker?

2017-08-23 Thread Gordon Sim
On 23/08/17 17:35, Steve Huston wrote: - Host A wants to set up a pull route to pull messages from Host B - Host A has two IP addresses assigned to it - When Host A connects to B, can A specify a particular source IP address that B will see it as? Ah, makes sense. Sorry for my confusion, your

RE: Possible to set source IP address in queue route setup in C++ broker?

2017-08-23 Thread Steve Huston
Thanks for replying, Gordon - sorry for the confusing terms. > On 22/08/17 21:22, Steve Huston wrote: > > I'm using the C++ broker and I am setting up queue pull routes to > > another broker. I want to be able to have my local broker set a > > virtual IP address as the IP source address when

Re: Possible to set source IP address in queue route setup in C++ broker?

2017-08-23 Thread Gordon Sim
On 22/08/17 21:22, Steve Huston wrote: I'm using the C++ broker and I am setting up queue pull routes to another broker. I want to be able to have my local broker set a virtual IP address as the IP source address when connecting to the remote broker it will pull from. Is this possible using