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 85d89b8 commit c67c760Copy full SHA for c67c760
README.md
@@ -54,6 +54,7 @@ from zato.server.service import Service
54
class MyService(Service):
55
56
def handle(self):
57
+ # Send MQ messages in one line of code
58
self.outgoing.ibm_mq.send('my-message', 'CORE', 'QUEUE.1')
59
```
60
0 commit comments