use of org.apache.activemq.command.ProducerId in project activemq-artemis by apache.
the class ProducerIdTest method createObject.
@Override
public Object createObject() throws Exception {
ProducerId info = new ProducerId();
populateObject(info);
return info;
}
use of org.apache.activemq.command.ProducerId in project activemq-artemis by apache.
the class ProducerIdTest method createObject.
@Override
public Object createObject() throws Exception {
ProducerId info = new ProducerId();
populateObject(info);
return info;
}
use of org.apache.activemq.command.ProducerId in project activemq-artemis by apache.
the class ProducerIdTest method createObject.
@Override
public Object createObject() throws Exception {
ProducerId info = new ProducerId();
populateObject(info);
return info;
}
use of org.apache.activemq.command.ProducerId in project activemq-artemis by apache.
the class ProducerIdTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
ProducerId info = (ProducerId) object;
info.setConnectionId("ConnectionId:1");
info.setValue(1);
info.setSessionId(2);
}
use of org.apache.activemq.command.ProducerId in project activemq-artemis by apache.
the class ProducerIdTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
ProducerId info = (ProducerId) object;
info.setConnectionId("ConnectionId:1");
info.setValue(1);
info.setSessionId(2);
}
Aggregations