You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by mkeenan <ke...@p2sol.com> on 2009/06/19 15:30:25 UTC

Re: Where do I find provider jars? activemq.jar is NOT included in apache-activemq-5.2.0-bin.zip


bsnyder wrote:
> 
> Thanks for reporting back your results. I've updated the wiki page.
> 

It appears the 'Flash Demo' and the 'Screen Shot' links on that page both
refer to missing resources as well.


For anyone interested, here are HermesJMS session settings that work
(verified this morning) for 5.1, 5.2 and 5.3 brokers:

Plug In : ActiveMQ
   brokerName : localhost
   password : defaultPassword
   username : defaultUser
   serviceURL : service:jmx:rmi:///jndi/rmi://localhost:1199/jmxrmi

Connection Factory : hermes.JNDIConnectionFactory
   binding : org.apache.activemq.jndi.ActiveMQInitialContextFactory
   initialContextFactory : ConnectionFactory
   providerURL : tcp://localhost:61616
   securityCredentials : defaultPassword
   securityPrincipal : defaultUser


Substitute values as appropriate. When doing copy-paste keep in mind that
the brokerName is defined by configuration and the default value of
"localhost" applies even when you are connecting to a remote broker.

If JMX is disabled you can skip the Plug In section but I think you lose the
ability to discover destinations so you will have to type those in by hand.


-- 
View this message in context: http://www.nabble.com/Where-do-I-find-provider-jars--activemq.jar-is-NOT-included-in-apache-activemq-5.2.0-bin.zip-tp24095806p24111538.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.