This commit is contained in:
Michael Andre Pearce 2019-01-18 00:38:32 +00:00
commit 82ab6ff159
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ import org.apache.activemq.artemis.utils.BufferHelper;
public class CreateSharedQueueMessage_V2 extends CreateSharedQueueMessage {
private RoutingType routingType;
Integer maxConsumers;
Boolean purgeOnNoConsumers;
private Integer maxConsumers;
private Boolean purgeOnNoConsumers;
private Boolean exclusive;
private Boolean lastValue;
private SimpleString lastValueKey;