org.eclipse.stardust.engine.core.spi.jms
Interface IQueueConnectionProvider


@SPI(useRestriction=Public,
     status=Stable)
public interface IQueueConnectionProvider

Author:
Thomas.Wolfram

Method Summary
 javax.jms.QueueConnection createQueueConnection(javax.jms.QueueConnectionFactory factory)
           
 

Method Detail

createQueueConnection

javax.jms.QueueConnection createQueueConnection(javax.jms.QueueConnectionFactory factory)
                                                throws javax.jms.JMSException
Parameters:
factory - QueueConnectionFactory
Returns:
QueueConnection
Throws:
javax.jms.JMSException


Copyright © 2017 Eclipse Stardust. All Rights Reserved.