You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| queue | String | %String | Test | Yes | Queue name |
55
55
| durable | int | %Integer | 1 | Required only if you want to create new queue | The queue will survive a server restart |
56
+
| exchange | String | %String | Test | No | Exchange name. Provide only for sending messages. Modifies the meaning of queue property (if exchange is present, then queue means routing key)|
56
57
| msg | byte[] | %GlobalBinaryStream | Text | Yes | Message body |
57
58
| correlationId | String | %String | CorrelationId | Required only with messageId | Correlation identifier |
58
59
| messageId | String | %String | MessageId | Required only with correlationId | Message identifier |
0 commit comments