Skip to content

Commit

Permalink
Merge pull request #677 from pzygielo/issue/676
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 19, 2020
2 parents 0a66a5f + 82ff345 commit 8fd4efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public synchronized void start() throws ResourceAdapterInternalException {
_rmiRegistryPort = rmiRegistryPort;
}
if (ebr == null) {
ebr = new EmbeddedBrokerRunner(brokerType, brokerInstanceName, brokerPort, brokerHomeDir, brokerLibDir, brokerVarDir,
ebr = new EmbeddedBrokerRunner(brokerInstanceName, brokerBindAddress, brokerPort, brokerHomeDir, brokerLibDir, brokerVarDir,
brokerJavaDir, brokerArgs, useJNDIRmiServiceURL, _rmiRegistryPort, startRmiRegistry, useSSLJMXConnector, doBind,
_getEffectiveBrokerProps());
ebr.init();
Expand Down

0 comments on commit 8fd4efc

Please sign in to comment.