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
| %OnNew | host, port, user, pass, virtualHost, queue, durable | api | Creates new connection to RabbitMQ |
36
+
| sendMessage | msg, correlationId, messageId | null | Sends message to default queue (as specified in %OnNew) |
37
+
| sendMessageToQueue | queue, msg, correlationId, messageId | null | Sends message to the specified queue |
38
+
| readMessageString | - | result | Reads message from default queue. Returns list of message properties (including message text) |
39
+
| readMessageStream | result | msg | Reads message from default queue. Returns message text as array and result - is populated with a list of message properties |
40
+
| close | - | - | Closes the connection |
41
+
42
+
Arguments:
43
+
44
+
| Argument | Java type | InterSystems type | Value | Required | Description |
0 commit comments