Skip to main content
InterSystems IRIS Data Platform 2024.3
AskMe (beta)
Loading icon

JMS Settings

Summary

The JMS adapters and business hosts have the following settings:

Group Settings
JMS Settings (For the inbound adapter and business service) QueueOrTopicName, ReceiveSettings, URL, InitialContextFactoryName, ConnectionFactoryName, ClientID, Credentials

(For the outbound adapter and business operation) URL, InitialContextFactoryName, ConnectionFactoryName, ClientID, Credentials

Gateway Settings ExtraClassPaths

The remaining settings are common to all business hosts. For information, see Settings for All Business Services and Settings for All Business Operations.

ClientID

Defines a string to identify the production as a JMS client.

ConnectionFactoryName

Defines the name of the JMS connection factory.

Credentials

Defines the InterSystems credentials that correspond to the username and password of a JMS client. For details on creating credentials, see Defining Reusable Items for Use in Settings.

ExtraClassPaths

Additional Gateway class paths delimited by "|".

InitialContextFactoryName

Defines the name of the initial JMS context factory

QueueOrTopicName

(Only for the inbound adapter and business service) Defines the JMS queue or topic from which the consumer is receiving messages.

ReceiveSettings

(Only for the inbound adapter and business service) An optional JSON string defining settings for message retrieval. The list of available settings is the same as the list of properties made available by the JMS API JMSReceiveSettings class, with each property name serving as the key.

URL

Defines the URL for the JMS server.

See Also

FeedbackOpens in a new tab