package
0.3.8
Repository: https://github.com/kubemq-hub/ibmmq-sdk.git
Documentation: pkg.go.dev

# Functions

CreateJMSException is a helper function for creating a JMSException.

# Constants

Used to configure messages to be sent Non-Persistently.
Used to configure messages to be sent Persistently.

# Structs

JMSExceptionImpl is a struct that implements the JMSException interface.

# Interfaces

ConnectionFactory defines a Golang interface which provides similar functionality as the Java JMS ConnectionFactory - encapsulating a set of connection configuration parameters that allows an application to create connections to a messaging provider.
Destination encapsulates a provider-specific address, which is typically specialized as either a Queue or a Topic.
JMSConsumer provides the ability for an application to receive messages from a queue or a topic.
JMSContext represents a connection to the messaging provider, and provides the capability for applications to create Producer and Consumer objects so that it can send and receive messages.
JMSException represents an interface for returning details of a condition that has caused a function call to fail.
JMSProducer is a simple object used to send messages on behalf of a JMSContext.
Message is the root interface of all JMS Messages.
Queue encapsulates a provider-specific queue name through which an application can carry out point to point messaging.
TextMessage is used to send a message containing a string.