use of org.apache.activemq.command.ProducerAck in project activemq-artemis by apache.
the class ProducerAckTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
ProducerAck info = (ProducerAck) object;
info.setProducerId(createProducerId("ProducerId:1"));
info.setSize(1);
}
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;
}
use of org.apache.activemq.command.ProducerAck in project activemq-artemis by apache.
the class ProducerAckTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
ProducerAck info = (ProducerAck) object;
info.setProducerId(createProducerId("ProducerId:1"));
info.setSize(1);
}
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;
}
use of org.apache.activemq.command.ProducerAck in project activemq-artemis by apache.
the class ProducerAckTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
ProducerAck info = (ProducerAck) object;
info.setProducerId(createProducerId("ProducerId:1"));
info.setSize(1);
}
Aggregations