The 'outbound' Connection Factory objects used to send messages by default use the connection configuration properties of the Resource Adapter deployment, but those properties can be overridden per connection factory. The Connection Factory properties that can be configured are:
ServerUrlThe URL to the ActiveMQ server that you want this connection to connect to. If using an embedded broker, this value should be 'vm://localhost'. UserNameThe default user name that will be used to establish connections to the ActiveMQ server. PasswordThe default password that will be used to log the default user into the ActiveMQ server. ClientidThe client id that will be set on the connection that is established to the ActiveMQ server. UseInboundSessionBoolean to configure if outbound connections should reuse the inbound connection's session for sending messages. |