Record -
jms
: SenderEndpointConfiguration
Configurations related to the sender
Fields
- initialContextFactory string bmbInitialContextFactory
-
JMS provider specific inital context factory
- providerUrl string amqp://admin:admin@ballerina/default?brokerlist='tcp://localhost:5672'
-
JMS provider specific provider URL used to configure a connection
- connectionFactoryName string ConnectionFactory
-
JMS connection factory to be used in creating JMS connections
- acknowledgementMode string AUTO_ACKNOWLEDGE
-
Specifies the session mode that will be used. Legal values are "AUTO_ACKNOWLEDGE", "CLIENT_ACKNOWLEDGE", "SESSION_TRANSACTED" and "DUPS_OK_ACKNOWLEDGE"
- properties map {}
-
Additional properties used when initializing the initial context