# Functions
CreateConnectionFactoryFromDefaultJSONFiles is a utility method that creates a JMS ConnectionFactory object that is populated with properties from values stored in two external files on the file system.
CreateConnectionFactoryFromJSON is a utility method that creates a JMS ConnectionFactory object that is populated with properties from values stored in two external files on the file system.
# Constants
ContextImpl_TRANSACTED_ASYNCPUT_ACTIVE is an internal constant that indicates that a transacted asynchronous put has taken place.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TLSClientAuth_NONE is used to configure the TLSClientAuth property to indicate that a client certificate should not be sent.
TLSClientAuth_REQUIRED is used to configure the TLSClientAuth property to indicate that a client certificate must be sent to the queue manager, as part of mutual TLS.
TransportType_BINDINGS is used to configure the TransportType property of the ConnectionFactory, to use a local bindings connection to the queue manager.
TransportType_CLIENT is used to configure the TransportType property of the ConnectionFactory, to use a TCP client connection to the queue manager.
# Structs
BrowserImpl represents the JMS QueueBrowser object that allows applications to peek at messages on a queue without destructively consuming them.
BytesMessageImpl contains the IBM MQ specific attributes necessary to present a message that carries a slice of bytes.
ConnectionFactoryImpl defines a struct that contains attributes for each of the key properties required to establish a connection to an IBM MQ queue manager.
ConsumerImpl defines a struct that contains the necessary objects for receiving messages from a queue on an IBM MQ queue manager.
ContextImpl encapsulates the objects necessary to maintain an active connection to an IBM MQ queue manager.
MessageImpl contains the IBM MQ specific attributes that are common to all types of message.
ProducerImpl defines a struct that contains the necessary objects for sending messages to a queue on an IBM MQ queue manager.
QueueImpl encapsulates the provider-specific attributes necessary to communicate with an IBM MQ queue.
TextMessageImpl contains the IBM MQ specific attributes necessary to present a message that carries a string.