SMILA (incubation) API documentation

org.eclipse.smila.jms
Interface MQAccess

All Known Implementing Classes:
ActiveMQAccess

public interface MQAccess

The Interface MQAccess.


Method Summary
 ConnectionFactory newConnectionFactory(java.lang.String brokerUrl, java.lang.String userName, java.lang.String password)
          New connection factory.
 

Method Detail

newConnectionFactory

ConnectionFactory newConnectionFactory(java.lang.String brokerUrl,
                                       java.lang.String userName,
                                       java.lang.String password)
New connection factory.

Parameters:
brokerUrl - the broker url
userName - the user name
password - the password
Returns:
the connection factory

SMILA (incubation) API documentation