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