Allows amqp.properties file to be found in the CLASSPATH
--------------------------------------------------------

                 Key: QPID-1657
                 URL: https://issues.apache.org/jira/browse/QPID-1657
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: M4
            Reporter: Arnaud Simon
             Fix For: M5


Applications that are packaged in .ear or for example in JBoss specific archive 
(*.esb, *.sar) require to retrieve amqp.properties from the CLASSPATH of the 
classloader that deployed the archive. This requires 
PropertiesFileInitialContextFactory.java to be updated with something like: 
p.load(this.getClass().getResourceAsStream(file));


 



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to