Created
September 12, 2013 15:26
-
-
Save dsuch/6539398 to your computer and use it in GitHub Desktop.
MQ put - Zato
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from zato.server.service import Service | |
| class MyService(Service): | |
| def handle(self): | |
| self.outgoing.jms_wmq.send('my-message', 'outgoing-connection-name', 'QUEUE.1') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment