Re: Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-19 Thread wbickford
I got frustrated with trying to setup jndi configuration when trying to run as an embedded server. I'm using Resin (not Tomcat) - I configured directly from a java startup servlet. This might help if you just want to get it running, probably would work with Tomcat. Here's what I did: 1) Copied

Re: Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-19 Thread Bruce Snyder
On 7/19/07, Henk van Voorthuijsen <[EMAIL PROTECTED]> wrote: It all looks very sensible - however, all how-to's I encountered so far tell me how to configure a broker, or a receiver or a sender - but not together! So now the question becomes: how do I set up a sender and receiver so that they c

Re: Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-19 Thread Henk van Voorthuijsen
It all looks very sensible - however, all how-to's I encountered so far tell me how to configure a broker, or a receiver or a sender - but not together! So now the question becomes: how do I set up a sender and receiver so that they can actually communicate (using JNDI lookup if possible)? -- Vi

Re: Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-09 Thread Bruce Snyder
ionFactory"); The broker is created and started when the first attempt to connect to the broker is made. Thanks, Suchitha. -Original Message- From: Sandeep Chayapathi [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 8:51 AM To: users@activemq.apache.org Subject: Re: Tryin

RE: Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-09 Thread Suchitha Koneru \(sukoneru\)
There is this link for vm transport as well http://activemq.apache.org/vm-transport-reference.html -Original Message- From: Suchitha Koneru (sukoneru) Sent: Monday, July 09, 2007 12:31 PM To: users@activemq.apache.org Subject: RE: Trying to get started: how do I configure Tomcat to run

RE: Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-09 Thread Suchitha Koneru \(sukoneru\)
to get started: how do I configure Tomcat to run ActiveMQ? Hi, Im not sure if activemq can be started via tomcat, however I know you can publish/subscribe to activemq topics/queue over web interface. You need to copy/link few of the jar files in activemq/lib and activemq/lib/optional to tomcat

Re: Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-09 Thread Sandeep Chayapathi
Hi, Im not sure if activemq can be started via tomcat, however I know you can publish/subscribe to activemq topics/queue over web interface. You need to copy/link few of the jar files in activemq/lib and activemq/lib/optional to tomcat's lib folder. Then in tomcat's conf/web.xml: 1. add contex

Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-09 Thread Henk van Voorthuijsen
After downloading ActiveMQ 4.1.1, I managed to sucessfully run it as stand-alone. As a following step, I tried to get Tomcat to start the same process - and that's where I get lost! I have tried adding a ConnectionFactory and Queue to the element, and they do show up on the resource page of the