JNDI lookup problem from standalone VM

2011-03-25 Thread sonicfab
Hi all. I'm running an ActiveMQ client in a standalone JVM (i.e. no web or J2EE container), and am trying to perform a JNDI lookup of the connection factory, using the standard JMS way of setting the env in a Properties object (rather than using a jndi.properties file). Here's the code snippet : Co

Can not start ActiveMQ Service

2011-03-25 Thread hungbun
I'm trying to install and run ActiveMQ on a Windows Server 2008 R2 machine. When I try to start the service, I get an error saying "Windows could not start the ActiveMQ service on Local Computer. Error 1067: The process terminated unexpectedly" The "wrapper.log" file contains the following:

Re: Glassfish 3.0.1 and ActiveMQ 5.4.2 JNDI names cannot be found ????

2011-03-25 Thread sselvia
Any solutions anyone -- View this message in context: http://activemq.2283324.n4.nabble.com/Glassfish-3-0-1-and-ActiveMQ-5-4-2-JNDI-names-cannot-be-found-tp3399480p3405928.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: network of broker stop forwarding messages without advisorySupport enabled

2011-03-25 Thread Gary Tully
if you use: session.createQueue("ID:ReplyDest.host-client-queue-" + new Date()); it will be a tempq, tied to a connection or possible to delete through the javax.jms.TemporaryQueue#delete, and should still be usable from a consumer. Take a peek at the source: http://svn.apache.org/viewvc/activem