Here it is: https://issues.apache.org/jira/browse/DISPATCH-415
Regards, Adel > Date: Wed, 29 Jun 2016 08:45:58 -0400 > From: [email protected] > To: [email protected] > Subject: Re: [Qpid-Dispatch] Dynamic port allocation from the command line > > Please add a JIRA for this. Thanks. > > ----- Original Message ----- > > From: "Adel Boutros" <[email protected]> > > To: [email protected] > > Sent: Wednesday, June 29, 2016 6:42:02 AM > > Subject: [Qpid-Dispatch] Dynamic port allocation from the command line > > > > Hello, > > > > In Qpid Java Broker, we can set any port dynamically in the config.json file > > by using properties and setting them on the command line. Is there something > > similar for the dispatcher? > > > > config.json > > { > > "id" : "17c2023e-1a46-4791-8a2b-cdcb3aa1e23b", > > "name" : "AMQP", > > "port" : "${qpid.amqp_port}", > > "authenticationProvider" : "anonymous", > > "virtualhostaliases" : [ { > > "id" : "019dd23e-91a9-40e9-89d3-528e75a2ea0a", > > "name" : "pattern", > > "virtualHostNode" : "default", > > "type" : "patternMatchingAlias", > > "pattern" : ".*" > > } > > > > Command line > > qpid-server -prop qpid.amqp_port=5600 > > > > Regards, > > Adel > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
