Skip to content

Instantly share code, notes, and snippets.

@dsuch
Created September 12, 2013 15:26
Show Gist options
  • Select an option

  • Save dsuch/6539398 to your computer and use it in GitHub Desktop.

Select an option

Save dsuch/6539398 to your computer and use it in GitHub Desktop.
MQ put - Zato
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