When setting create=false in ActiveMQConnectionFactory.brokerUrl, the VMTransportFactory's doCompositeConnect method fails with:
Invalid connect parameters: {create=false}
Removing this option from the options map when retrieving it fixes this bug. Patch attached.