use of org.apache.activemq.command.BrokerInfo in project activemq-artemis by apache.
the class BrokerInfoTest method createObject.
@Override
public Object createObject() throws Exception {
BrokerInfo info = new BrokerInfo();
populateObject(info);
return info;
}
use of org.apache.activemq.command.BrokerInfo in project activemq-artemis by apache.
the class BrokerInfoTest method createObject.
@Override
public Object createObject() throws Exception {
BrokerInfo info = new BrokerInfo();
populateObject(info);
return info;
}
Aggregations