Re: Java 5 jar files

2012-04-13 Thread Gary Tully
update the doc to reflect the current java 6 requirement and mvn 2.1 or greater for build https://cwiki.apache.org/confluence/display/ACTIVEMQ/Version+5+Getting+Started On 12 April 2012 13:53, Torsten Mielke wrote: > AFAIK, ActiveMQ 5.5.1 requires Java 6. > The doc is more likely wrong. > > Hope

Re: Java 5 jar files

2012-04-12 Thread Torsten Mielke
AFAIK, ActiveMQ 5.5.1 requires Java 6. The doc is more likely wrong. Hope this helps, Torsten Mielke tors...@fusesource.com tmie...@blogspot.com On Apr 11, 2012, at 7:57 PM, RJ7bb wrote: > The ActiveMQ 5 Getting started guide lists Java 5 as a requirement, not 6: > > http://activemq.apache.o

Re: Java 5 jar files

2012-04-11 Thread RJ7bb
The ActiveMQ 5 Getting started guide lists Java 5 as a requirement, not 6: 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

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