Re: Java 5 jar files

2012-04-13 Thread Gary Tully
/version-5-getting-started.html#Version5GettingStarted-PreInstallationRequirements >> >> Is the guide out of date or has activemq-all-5.5.1.jar been compiled with >> the wrong JDK? >> >> -- >> View this message in context: >> http://activemq.2283324.n4.nabble.c

Re: Java 5 jar files

2012-04-12 Thread Torsten Mielke
> http://activemq.apache.org/version-5-getting-started.html#Version5GettingStarted-PreInstallationRequirements > > Is the guide out of date or has activemq-all-5.5.1.jar been compiled with > the wrong JDK? > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Java

Re: Java 5 jar files

2012-04-11 Thread RJ7bb
in context: http://activemq.2283324.n4.nabble.com/Java-5-jar-files-tp3887550p4549598.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Java 5 jar files

2011-10-10 Thread Dejan Bosanac
Yes, looks like your connection factory isn't set right. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon

Re: Java 5 jar files

2011-10-10 Thread Theo Bot
Dejan, You mean the JDNI configuration on the client side? Theo On Mon, Oct 10, 2011 at 12:26 PM, Dejan Bosanac wrote: > Hi, > > looks to me like your JNDI is not properly configured. You may take a look > at > > http://activemq.apache.org/jndi-support.html > > for more details. > > > Regards

Re: Java 5 jar files

2011-10-10 Thread Dejan Bosanac
Hi, looks to me like your JNDI is not properly configured. You may take a look at http://activemq.apache.org/jndi-support.html for more details. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com

Re: Java 5 jar files

2011-10-10 Thread Theo Bot
Dejan, The jar loaded succesfully. When I configure the JMS datasource I added the parameters: JNDI Factory Initial : org.apache.activemq.jndi.ActiveMQInitialContextFactory JNDI Provider URL : rmi://192.168.1.80:1614 JMS Connection Factory Name :queueConne

Re: Java 5 jar files

2011-10-10 Thread Dejan Bosanac
Try importing activemq-all for starters and see if anything is missing there. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.n

Re: Java 5 jar files

2011-10-10 Thread Theo Bot
Dejan, I want to create a JMS connection between my IBM Tivoli Netcool/Impact, which runs on the websphere server, an my ActiveMQ 5.5.0 server. Therefor I have to import ActiveMQ client jars in to the Impact EAR file. Could you advise me on which jars to import? Kind regards, Theo On Mon, Oct 1

Re: Java 5 jar files

2011-10-10 Thread Dejan Bosanac
Hi, version 5.4.2 and older should work Java 5, although I'd recommend to use the latest if possible. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/sn

Java 5 jar files

2011-10-09 Thread Theo Bot
Hi, I am trying to implement an activemq client into an application server which runs on a java 1.5.0 jvm. When I import the jar files and try to run the classes I get the following error: java.util.concurrent.ExecutionException: java.lang.UnsupportedClassVersionError: (org/apache/activemq/jndi/Ac