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