Hi,

class VMTransportFactory on method doCompositeConnect line 70

 if (brokerData.getPath() != null) {
                host = data.getPath();
            }

shouldn't it be

if (brokerData.getPath() != null) {
                host = brokerData.getPath();
            }
-- 
View this message in context: 
http://old.nabble.com/is-this-a-bug---tp27544304p27544304.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to