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