I've made some progress using 6.0.0.
org.apache.qpid.server.Broker broker = new Broker();
BrokerOptions options = new BrokerOptions();
options.setManagementModeHttpPortOverride(9090);
options.setManagementModeJmxPortOverride(9099);
options.setManagementMode(false);
options.setStartupLoggedToSystemOut(true);
broker.startup(options);
The issue is that I have a port conflict on port 8080 and setting the
ManagementModeHttpPortOverride doesn't seem to be honored. Any ideas?
On Sun, Jan 31, 2016 at 4:07 PM, Alex O'Ree <[email protected]> wrote:
> I'm working on a project that needs to fire up a qpid java broker,
> send some messages, wait for replies, then shutdown, in the context of
> a java unit test in maven. I saw that this used to be possible on SO
> at one point. Anyhow, is there any examples on how to do this? Perhaps
> I could reuse one of the existing unit tests from qpid?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]