use of org.apache.activemq.command.MessageId in project activemq-artemis by apache.
the class MessageIdTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
MessageId info = (MessageId) object;
info.setProducerId(createProducerId("ProducerId:1"));
info.setProducerSequenceId(1);
info.setBrokerSequenceId(2);
}
use of org.apache.activemq.command.MessageId in project activemq-artemis by apache.
the class MessageIdTest method createObject.
@Override
public Object createObject() throws Exception {
MessageId info = new MessageId();
populateObject(info);
return info;
}
use of org.apache.activemq.command.MessageId in project activemq-artemis by apache.
the class MessageIdTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
MessageId info = (MessageId) object;
info.setProducerId(createProducerId("ProducerId:1"));
info.setProducerSequenceId(1);
info.setBrokerSequenceId(2);
}
use of org.apache.activemq.command.MessageId in project activemq-artemis by apache.
the class MessageIdTest method createObject.
@Override
public Object createObject() throws Exception {
MessageId info = new MessageId();
populateObject(info);
return info;
}
use of org.apache.activemq.command.MessageId in project activemq-artemis by apache.
the class MessageIdTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
MessageId info = (MessageId) object;
info.setProducerId(createProducerId("ProducerId:1"));
info.setProducerSequenceId(1);
info.setBrokerSequenceId(2);
}
Aggregations