Uses of Class
net.sf.jmsmq.MSMQQueue

Uses of MSMQQueue in net.sf.jmsmq
 

Methods in net.sf.jmsmq that return MSMQQueue
 MSMQQueue MSMQQueueFactory.createQueue(MQ_QUEUE_TYPE eQueueType, java.lang.String queueName, MQ_XACT_TYPE eXAct)
          Methdo that create a queue in the MSMQ server references by this factory
 MSMQQueue MSMQQueueFactory.lookupQueue(MQ_QUEUE_TYPE eQueueType, java.lang.String queueName)
          Method that search a queue into the MSMQ server references by this factory
 

Methods in net.sf.jmsmq with parameters of type MSMQQueue
 void MSMQQueueFactory.deleteQueue(MSMQQueue queue)
          Method that delete the queue in the MSMQ server references by this factory
 



Jorge Ruesga © 2006. All rigths reserved.