Hello Kyle, Yes, this is supported. You can make the AMQP port bind to a particular interface using the binding address attribute. Use the Web Management Console to edit the AMQP port and specify a binding address (127.1.244.129 in your case). Once done, restart the Broker for that change to take effect.
The Java Broker docs describe the process of editing the port. http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Ports.html#Java-Broker-Ports-Configuring You can't yet specify a binding address for HTTP Management or JMX. Hope this helps. On 19 December 2013 21:18, Ted Ross <[email protected]> wrote: > Sorry Kyle, > > Gordon and I are giving you information about the C++ broker, not the Java > broker. I will need to defer to one of the Java broker folks to answer for > that component. > > -Ted > > > On 12/19/2013 04:03 PM, Kyle Crumpton (kcrumpto) wrote: >> >> Hi Ted. I am using version 0.22. I actually got qpid from tar: >> qpid-java-broker-0.22.tar.gz >> >> On 12/19/13 3:00 PM, "Ted Ross" <[email protected]> wrote: >> >>> Kyle, >>> >>> That feature was added in release 0.20 >>> (https://issues.apache.org/jira/browse/QPID-3351). You may be using an >>> older version. >>> >>> -Ted >>> >>> On 12/19/2013 03:15 PM, Kyle Crumpton (kcrumpto) wrote: >>>> >>>> Hi. I did this and I got the error: Unrecognized option: --interface >>>> >>>> On 12/19/13 12:59 PM, "Gordon Sim" <[email protected]> wrote: >>>> >>>>> On 12/19/2013 06:45 PM, Kyle Crumpton (kcrumpto) wrote: >>>>>> >>>>>> I am just curious if there is a way to bind qpid to an IP such as >>>>>> 127.1.244.129 >>>>>> >>>>>> The reason I ask is I'm looking to deploy many instances to a PaaS and >>>>>> will need multiple running instances. This is not possible if >>>>>> everything >>>>>> tries to bind to localhost:8080. >>>>>> >>>>>> Does anyone know of a way to configure this? I could not find in the >>>>>> qpid documentation. >>>>> >>>>> Yes, you can use --interface to restrict the interfaces qpidd will bind >>>>> on. >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
