Package | Description |
---|---|
com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SolXAConnectionFactory
This is an interface to our proprietary implementation of a
ConnectionFactory . |
Modifier and Type | Method and Description |
---|---|
static SolConnectionFactory |
SolJmsUtility.createConnectionFactory()
Creates a Solace proprietary implementation of a ConnectionFactory.
|
static SolConnectionFactory |
SolJmsUtility.createConnectionFactory(Hashtable<?,?> environment)
Creates a Solace proprietary implementation of a ConnectionFactory given an environment.
|
static SolConnectionFactory |
SolJmsUtility.createConnectionFactory(String host,
String username,
String password,
String vpn,
Hashtable<?,?> environment)
Creates a Solace proprietary implementation of a ConnectionFactory given connection
parameters and an environment.
|
Copyright 2004-2025 Solace Corporation. All rights reserved.