We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67c760 commit 16184a6Copy full SHA for 16184a6
README.md
@@ -54,6 +54,7 @@ from zato.server.service import Service
54
class MyService(Service):
55
56
def handle(self):
57
+
58
# Send MQ messages in one line of code
59
self.outgoing.ibm_mq.send('my-message', 'CORE', 'QUEUE.1')
60
```
0 commit comments