Yes, I know how to make it work... but I was confused why the configuration for these parameters was not like all of the other parameters for the component. ... and really this response doesn't answer that. Why is this configuration different than everything else?
--jason On Nov 30, 2011, at 10:59 PM, Claus Ibsen wrote: > Hi > > You need to configure username/password on the JMS ConnectionFactory. > We should possible update the wiki page to explain this better. > > > On Wed, Nov 30, 2011 at 10:18 PM, Jason Dillon <[email protected]> wrote: >> I was looking over the jms docs ( http://camel.apache.org/jms.html ) and it >> shows in "All the other options" that there are parameters: >> >> username >> password >> >> But looking at the api of JmsComponent (or JmsConfiguration) I do not see >> any setUsername() or setPassword methods to configure this. I see get/set >> methods for most of the other parameters listed here. >> >> Appears that the only way to configure these is to get them into the >> parameters map passed to the component when creating an endpoint >> (JmsComponent.java:437). >> >> Is there a reason why these parameters are not exposed via API calls? >> >> --jason > > > > -- > Claus Ibsen > ----------------- > FuseSource > Email: [email protected] > Web: http://fusesource.com > Twitter: davsclaus, fusenews > Blog: http://davsclaus.blogspot.com/ > Author of Camel in Action: http://www.manning.com/ibsen/
