[
https://issues.apache.org/jira/browse/TRANSPORTS-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen moved WSCOMMONS-467 to TRANSPORTS-1:
----------------------------------------------------
Project: Axis2 Transports (was: WS-Commons)
Key: TRANSPORTS-1 (was: WSCOMMONS-467)
Fix Version/s: 1.1.0
(was: Transports 1.1)
Component/s: JMS
(was: Transport)
> JMSSender executes unnecessary JNDI lookups
> -------------------------------------------
>
> Key: TRANSPORTS-1
> URL: https://issues.apache.org/jira/browse/TRANSPORTS-1
> Project: Axis2 Transports
> Issue Type: Bug
> Components: JMS
> Reporter: Andreas Veithen
> Priority: Minor
> Fix For: 1.1.0
>
>
> JMSSender contains the following code:
> jmsOut = new JMSOutTransportInfo(targetAddress);
> // do we have a definition for a connection factory to use for this address?
> jmsConnectionFactory = getJMSConnectionFactory(jmsOut);
> if (jmsConnectionFactory != null) {
> messageSender = new JMSMessageSender(jmsConnectionFactory, targetAddress);
> } else {
> ...
> }
> The constructor of JMSOutTransportInfo will create a new InitialContext and
> lookup the destination from JNDI. If a connection factory definition is found
> (jmsConnectionFactory != null), this is unnecessary because the
> JMSMessageSender constructor will also create a new InitialContext (or reuse
> a cached one) and carry out the JNDI lookup again.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]