mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 10:38:44 +00:00
This closes #2503
This commit is contained in:
commit
82ab6ff159
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user