Skip to content

Commit c67c760

Browse files
committed
Releasing 1.12.11.
1 parent 85d89b8 commit c67c760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ from zato.server.service import Service
5454
class MyService(Service):
5555

5656
def handle(self):
57+
# Send MQ messages in one line of code
5758
self.outgoing.ibm_mq.send('my-message', 'CORE', 'QUEUE.1')
5859
```
5960

0 commit comments

Comments
 (0)