Example #1
0
 def get_out_jms_wmq(self, cluster_id, out_id):
     """ Returns an outgoing JMS WebSphere MQ connection's details.
     """
     with closing(self.session()) as session:
         return query.out_jms_wmq(session, cluster_id, out_id)
Example #2
0
File: odb.py Project: dsuch/zato
 def get_out_jms_wmq(self, cluster_id, out_id):
     """ Returns an outgoing JMS WebSphere MQ connection's details.
     """
     return out_jms_wmq(self._session, cluster_id, out_id)
Example #3
0
File: odb.py Project: bboerner/zato
 def get_out_jms_wmq(self, cluster_id, out_id):
     """ Returns an outgoing JMS WebSphere MQ connection's details.
     """
     with closing(self.session()) as session:
         return query.out_jms_wmq(session, cluster_id, out_id)
Example #4
0
 def get_out_jms_wmq(self, cluster_id, out_id):
     """ Returns an outgoing JMS WebSphere MQ connection's details.
     """
     return out_jms_wmq(self._session, cluster_id, out_id)