POST | /messagequeue/rabbit/create/queue |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
queue | body | TypeMQBrokerQueue | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | |
DataCenterCode | form | string | No | |
Retry | form | int | No | |
Action | form | string | No | |
IsPassive | form | bool | No | |
Properties | form | Dictionary<string, string> | No | |
Arguments | form | Dictionary<string, Object> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /messagequeue/rabbit/create/queue HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
queue:
{
name: String,
dataCenterCode: String,
retry: 0,
action: String,
isPassive: False,
properties:
{
String: String
},
arguments:
{
String: {}
}
}
}