Skip to content

Commit 16184a6

Browse files
committed
Releasing 1.12.11.
1 parent c67c760 commit 16184a6

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+
5758
# Send MQ messages in one line of code
5859
self.outgoing.ibm_mq.send('my-message', 'CORE', 'QUEUE.1')
5960
```

0 commit comments

Comments
 (0)