Record -
jms
: ConnectionConfiguration
Configurations related to a JMS connection
Fields
- initialContextFactory string wso2mbInitialContextFactory
-
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
- username string? ()
-
Username for the JMS connection
- password string? ()
-
Password for the JMS connection
- properties map {}
-
Additional properties use in initializing the initial context