Defines a Jakarta Messaging queue.
Type | INT |
Is the attribute nillable? | true |
Where is the attribute stored? | runtime |
Access Type | metric |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Type | INT |
Where is the attribute stored? | runtime |
Access Type | metric |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Default Value | true |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Type | LIST |
Does the attribute allow expression? | true |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Type | LIST |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Type | LONG |
Where is the attribute stored? | runtime |
Access Type | metric |
Stability Level | default |
Raw DMR model |
|
Type | LONG |
Where is the attribute stored? | runtime |
Access Type | metric |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Type | LONG |
Where is the attribute stored? | runtime |
Access Type | metric |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
message-id | STRING | true | false | The message ID. | |
new-priority | INT | true | false | The new priority (between 0 and 9). |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
filter | STRING | false | true | A message filter. An undefined or empty filter will match all messages. | |
new-priority | INT | true | false | The new priority (between 0 and 9). |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
filter | STRING | false | true | A message filter. An undefined or empty filter will match all messages. |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
message-id | STRING | true | false | The message ID. |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
filter | STRING | false | true | A message filter. An undefined or empty filter will match all messages. |
Raw DMR model |
|
Raw DMR model |
|
{
"consumerName" => {
"type" => STRING,
"description" => "The name of the consumer that the messages are delivered to.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"stability" => "default"
},
"elements" => {
"type" => LIST,
"description" => "The delivering messages.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 0,
"max-length" => 2147483647,
"stability" => "default",
"value-type" => {
"JMSMessageID" => {
"type" => STRING,
"description" => "The message's id.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"stability" => "default"
},
"JMSPriority" => {
"type" => INT,
"description" => "The message's priority.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min" => 0,
"max" => 9,
"stability" => "default"
},
"JMSTimestamp" => {
"type" => LONG,
"description" => "The message's timestamp, in ms since the epoch.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"stability" => "default"
},
"JMSExpiration" => {
"type" => LONG,
"description" => "The message's expiration time.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"stability" => "default"
},
"JMSDeliveryMode" => {
"type" => STRING,
"description" => "The delivery mode for the message, PERSISTENT or NON_PERSISTENT.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"allowed" => [
"PERSISTENT",
"NON_PERSISTENT"
],
"stability" => "default"
}
}
}
}
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
filter | STRING | false | true | A message filter. An undefined or empty filter will match all messages. |
{
"JMSMessageID" => {
"type" => STRING,
"description" => "The message ID.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"stability" => "default"
},
"JMSPriority" => {
"type" => INT,
"description" => "The message's priority.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min" => 0,
"max" => 9,
"stability" => "default"
},
"JMSTimestamp" => {
"type" => LONG,
"description" => "The message's timestamp, in ms since the epoch.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"stability" => "default"
},
"JMSExpiration" => {
"type" => LONG,
"description" => "The message's expiration time.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"stability" => "default"
},
"JMSDeliveryMode" => {
"type" => STRING,
"description" => "The delivery mode for the message, PERSISTENT or NON_PERSISTENT.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"allowed" => [
"PERSISTENT",
"NON_PERSISTENT"
],
"stability" => "default"
}
}
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
filter | STRING | false | true | A message filter. An undefined or empty filter will match all messages. |
Raw DMR model |
|
{
"JMSMessageID" => {
"type" => STRING,
"description" => "The message ID.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"stability" => "default"
},
"JMSPriority" => {
"type" => INT,
"description" => "The message's priority.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min" => 0,
"max" => 9,
"stability" => "default"
},
"JMSTimestamp" => {
"type" => LONG,
"description" => "The message's timestamp, in ms since the epoch.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"stability" => "default"
},
"JMSExpiration" => {
"type" => LONG,
"description" => "The message's expiration time.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"stability" => "default"
},
"JMSDeliveryMode" => {
"type" => STRING,
"description" => "The delivery mode for the message, PERSISTENT or NON_PERSISTENT.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1,
"max-length" => 2147483647,
"allowed" => [
"PERSISTENT",
"NON_PERSISTENT"
],
"stability" => "default"
}
}
Raw DMR model |
|
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
message-id | STRING | true | false | The message ID. | |
other-queue-name | STRING | true | false | The name of the queue to move the message to. | |
reject-duplicates | BOOLEAN | false | false | Whether to reject messages identified as duplicate. |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
filter | STRING | false | true | A message filter. An undefined or empty filter will match all messages. | |
other-queue-name | STRING | true | false | The name of the queue to move the message to. | |
reject-duplicates | BOOLEAN | false | false | Whether to reject messages identified as duplicate. |
Raw DMR model |
|
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
message-id | STRING | true | false | The message ID. |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
filter | STRING | false | true | A message filter. An undefined or empty filter will match all messages. |
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
message-id | STRING | true | false | The message ID. |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
filter | STRING | false | true | A message filter. An undefined or empty filter will match all messages. |
Raw DMR model |
|