blob: 3cc7b8fdfe8eb090b9d5fc32ed399049f207cfe5 [file] [log] [blame]
<div class="wiki-content maincontent">
<p>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.</p>
<p>The Connection Factory properties that can be configured are:</p>
<table><tbody><tr><th colspan="1" rowspan="1"><p>Property Name</p></th><th colspan="1" rowspan="1"><p>Required</p></th><th colspan="1" rowspan="1"><p>Default Value</p></th></tr><tr><td colspan="1" rowspan="1"><p>ServerUrl</p></td><td colspan="1" rowspan="1"><p>no</p></td><td colspan="1" rowspan="1"><p>set in resource adapter</p></td></tr><tr><td colspan="1" rowspan="1"><p>UserName</p></td><td colspan="1" rowspan="1"><p>no</p></td><td colspan="1" rowspan="1"><p>set in resource adapter</p></td></tr><tr><td colspan="1" rowspan="1"><p>Clientid</p></td><td colspan="1" rowspan="1"><p>no</p></td><td colspan="1" rowspan="1"><p>set in resource adapter</p></td></tr><tr><td colspan="1" rowspan="1"><p>Password</p></td><td colspan="1" rowspan="1"><p>no</p></td><td colspan="1" rowspan="1"><p>set in resource adapter</p></td></tr><tr><td colspan="1" rowspan="1"><p>UseInboundSession</p></td><td colspan="1" rowspan="1"><p>no</p></td><td colspan="1" rowspan="1"><p>set in resource adapter</p></td></tr></tbody></table>
<h4>ServerUrl </h4>
<p>The URL to the ActiveMQ server that you want this connection to connect to. If using an embedded broker, this value should be 'vm://localhost'.</p>
<h4>UserName</h4>
<p>The default user name that will be used to establish connections to the ActiveMQ server.</p>
<h4>Password</h4>
<p>The default password that will be used to log the default user into the ActiveMQ server.</p>
<h4>Clientid</h4>
<p>The client id that will be set on the connection that is established to the ActiveMQ server.</p>
<h4>UseInboundSession</h4>
<p>Boolean to configure if outbound connections should reuse the inbound connection's session for sending messages.</p></div>