How to do a broker JMS Webmethods

Hello,
My first post (and sorry for my English)

I have 4 IS, which must be connected to my broker BRK02 by JMS Adapter, but it does not work.

server.log

 2008-04-10 10:51:15 MEST [ART.0114.1101W] Adapter Runtime: Duplicate facility 680 - JMSAdapter registered with bundle com.wm.adapter.wmjms.JMSAdapterResourceBundle.
2008-04-10 10:51:15 MEST [ART.0114.1100D] Adapter Runtime: Facility 680 - JMSAdapter registered with bundle com.wm.adapter.wmjms.JMSAdapterResourceBundle.
2008-04-10 10:51:15 MEST [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ADA.680.201] Cannot connect to the JNDI Provider: "wmjmsnaming://BRK02@localhost:6869/".
Cannot instantiate class: com.webmethods.jms.naming.WmJmsNamingCtxFactory
2008-04-10 10:51:15 MEST [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.680.201] Cannot connect to the JNDI Provider: "wmjmsnaming://BRK02@localhost:6869/".
Cannot instantiate class: com.webmethods.jms.naming.WmJmsNamingCtxFactory
2008-04-10 10:51:15 MEST [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource OF_JMSClient:wMeQueueConnexion.
[ART.118.5063] Adapter Runtime (Connection): Unable to start connection OF_JMSClient:wMeQueueConnexion: after 1 attempt(s).
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.680.201] Cannot connect to the JNDI Provider: "wmjmsnaming://BRK02@localhost:6869/".

I am a novice in webMethods and some things are unclear to me.
First, WM broker is implicitly JMS? Or 2 types exists? Classical and JMS?

IF WM broker is not always a broker JMS, then how can I create a broker WM mode JMS?

Before, I launch daemon
./Broker/bin/awbrokermon

And then I created the broker
./Server_config create ./brk02-k (my license key)-p 6801-session_config qs-qs_log_file ./brk02/Broker.qs.log 64M-qs_storage_file ./brk02/Broker.qs.stor 512M 512M
Then
./broker_create BRK02@localhost:6801

Thanks for your help.

BrokerJMS is simply the JMS interface on top of classic (native) Broker. You do need to initialize BrokerJMS in versions prior to 7.1. I believe you can do this either from the command line (see the readme.txt files in the BrokerJMS examples folder) or from the Broker Administrator.

Of course, your IS JMS adapter will need to connect to the correct URL. Localhost would look for a JMS provider on the same box as the IS.

The Broker Administrator’s Guide, JMS Adapter User’s Guide and JMS Programmer’s Guide should all be helpful documents for your project.

Mark

all necessary can be found at: IS_WM65/Portal/bin/jms/broker
Thanks for all Mcarlson
you help me to understand

I hope this will help others.
See you soon