mirror of https://github.com/apache/activemq.git
applied patch for AMQ-1128
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@511912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cbb458ce8b
commit
c3fd0a65b1
|
@ -80,7 +80,7 @@ public class VMTransportFactory extends TransportFactory{
|
|||
Map brokerOptions=IntrospectionSupport.extractProperties(options,"broker.");
|
||||
brokerURI=new URI("broker://()/"+host+"?"+URISupport.createQueryString(brokerOptions));
|
||||
}
|
||||
if( "false".equals(options.get("create")) ) {
|
||||
if( "false".equals(options.remove("create")) ) {
|
||||
create=false;
|
||||
}
|
||||
}catch(URISyntaxException e1){
|
||||
|
|
Loading…
Reference in New Issue