See: Description
Interface | Description |
---|---|
JmsConnectionFactory |
Factory for obtaining JMS connections from the JMS connection pool.
|
MessagePublisherService |
Service to publish messages to Appian Process and JMS.
|
Class | Description |
---|---|
InternalJmsMessage |
Represents a JMS message to be posted to JMS.
|
InternalMessage |
Represents a message in the Appian Messaging framework.
|
JmsConfiguration |
Contains the values pulled out of jms.properties.
|
JmsTopic |
Represents a JMS topic.
|
Mapping |
Represents a name-value mapping.
|
MappingReturnConverter | Deprecated |
MessagePropertySchema |
Represents a schema for a header property of a JMS message.
|
MessageType |
Represents a schema (standard set of properties used for a particular purpose) for a JMS message.
|
MessagingProperties |
Contains the values pulled out of messaging.properties.
|
Exception | Description |
---|---|
InvalidJMSDestinationException |
Provides functionality for sending and receiving messages inside the Appian messaging framework.
The most important classes are InternalMessage
and InternalJmsMessage
, which represent
messages that have been sent and received, and MessagePublisherService
, which allows you to easily publish
messages to JMS and Appian Process.
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.