Github user pl89 commented on the pull request:

    
https://github.com/apache/qpid-jms/commit/9b187287403fda5eebb2da7fff3c11a192575985#commitcomment-19758647
  
    @gemmellr I'm not sure I understand this commit, could you please explain?
    
    If I call:
    `
        Hashtable<String,Object>        env = new Hashtable<String,Object>();
        env.put(InitialContext.PROVIDER_URL, "amqp://192.168.1.100:1234);
        new InitialContext(env);
    `
    
    Then your code would still try to load the file 
"amqp://192.168.1.100:1234", no? How do we provide the address of the broker 
without using a file?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to