On Thu, May 13, 2010 at 10:38 AM, daytaa <[email protected]> wrote: > > Thanks for the links. Would you hapen to have a like to the wiki page? >
There is a link to it from the User Guide http://camel.apache.org/user-guide.html And JMX: http://camel.apache.org/camel-jmx.html > Also are there any examples out there of how this glues in with camel. Im a > bit new to camel and JMX so big learning curve. > Yeah that wiki page have examples. Also there is unit tests in the source code which you can peak as well. And then there is a ton of material about Camel at Apache http://camel.apache.org/getting-started.html And we got a link collections with blogs, articles, webinars, videos etc. http://camel.apache.org/articles.html And a link with books as well http://camel.apache.org/books.html And the manual is an assembly of all the wiki pages in a pdf file http://camel.apache.org/manual.html > Thanks! > > Claus Ibsen-2 wrote: >> >> Hi >> >> Yeah as Christian says you can use what the JDK offers. >> There is also a link for a 1.6 version here >> http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html >> >> And I added a note about this to the Camel JMX wiki page. >> >> >> On Thu, May 13, 2010 at 7:57 AM, Christian Schneider >> <[email protected]> wrote: >>> Hi, >>> >>> there is a description how to set up authentication for jmx on the sun >>> web >>> site. It think this will also apply to camel jmx. >>> http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html >>> >>> Greetings >>> >>> Christian >>> >>> Am 13.05.2010 05:25, schrieb daytaa: >>>> >>>> Hi all, >>>> >>>> I was hoping someone could provide some direction on how to setup >>>> authentication when setting up JMX. >>>> >>>> I want something really simple so that when a user connects to the >>>> application using JConsole they are prompted for a user name (e.g. >>>> 'testuser') and a password (e.g. 'support'). >>>> >>>> Currently in my camel-context.xml file I have: >>>> >>>> <jmxAgent id="agent" createConnector="true" registryPort="22001"/> >>>> >>>> I have had a look around and I can see anything that describes how to >>>> setup/re-enable JMX login. >>>> >>>> Any help would be greatly appreciated. >>>> >>>> Thanks! >>>> >>> >>> -- >>> ---- >>> http://www.liquid-reality.de >>> >>> >> >> >> >> -- >> Claus Ibsen >> Apache Camel Committer >> >> Author of Camel in Action: http://www.manning.com/ibsen/ >> Open Source Integration: http://fusesource.com >> Blog: http://davsclaus.blogspot.com/ >> Twitter: http://twitter.com/davsclaus >> >> > > -- > View this message in context: > http://old.nabble.com/Camel-%2B-Spring-%2BJMX-%2B-Authentication-tp28543268p28545077.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
