Re: Is it possible to integrate ActiveMQ with JBoss 5 Release 2 on a Windows XP machine

2008-10-23 Thread ilango_g
Do I have to download the spring jars and drop it into Jboss somewhere? I am a little lost here. ilango_g wrote: > > Is the Spring jar a separate download for ActiveMQ? > > > bsnyder wrote: >> >> On Thu, Oct 23, 2008 at 3:13 PM, ilango_g <[EMAIL PROTECTED]&g

Re: Is it possible to integrate ActiveMQ with JBoss 5 Release 2 on a Windows XP machine

2008-10-23 Thread ilango_g
Is the Spring jar a separate download for ActiveMQ? bsnyder wrote: > > On Thu, Oct 23, 2008 at 3:13 PM, ilango_g <[EMAIL PROTECTED]> wrote: >> >> Actually I have just tried this and this is what I got: >> An error that says: >> 16:31:26,544 WARN [ActiveM

Re: Is it possible to integrate ActiveMQ with JBoss 5 Release 2 on a Windows XP machine

2008-10-23 Thread ilango_g
rk/core/io/FileSystemResource bsnyder wrote: > > On Thu, Oct 23, 2008 at 1:30 PM, ilango_g <[EMAIL PROTECTED]> wrote: >> >> Hi >> I have integrated ActiveMQ with JBoss 4.2.2. Will the same instructions >> work >> for JBoss 5. >> The instructions I used were:

Problem starting embedded broker in JBoss 5

2008-10-23 Thread ilango_g
Hi I tried embedding ActiveMQ inside JBoss 5, but it does not seem to work. I am getting the following error: 16:31:26,544 WARN [ActiveMQResourceAdapter] Could not start up embeded ActiveMQ Broker 'xbean:broker-config.xml': Could not load xbean factory:java.lang.NoClas sDefFoundError: org/spring

Do you think it will work for JBoss 5

2008-10-23 Thread ilango_g
Do you think this integration will work on JBoss 5? thanks Hans Bausewein wrote: > > > ilango_g wrote: >> >> ... >> I think the two remaining steps are to to do the following: (This is from >> "http://activemq.apache.org/jboss-integration.html"

Is it possible to integrate ActiveMQ with JBoss 5 Release 2 on a Windows XP machine

2008-10-23 Thread ilango_g
Hi I have integrated ActiveMQ with JBoss 4.2.2. Will the same instructions work for JBoss 5. The instructions I used were: http://activemq.apache.org/integrating-apache-activemq-with-jboss.html thanks in advance -- View this message in context: http://www.nabble.com/Is-it-possible-to-integrate-

Re: MDB sample available?

2008-10-19 Thread ilango_g
.rar file, so it has a deployment time dependency on both of those files. I hope I am in the right direction. Hans Bausewein wrote: > > > ilango_g wrote: >> >> I have a couple of servlets right now. I only need to know how to create >> an MDB in ActiveMQ

problem in doProcess() method in a servlet that posts messages

2008-10-18 Thread ilango_g
I have written a servlet that will post messages to queue via a Session Bean Facade. Inside the doProcess method in this servlet, I have the following code: try { InitialContext ctx = new InitialContext(); queue = (Queue) ctx.lookup("queue/mdb"); QueueConnectionFactory fa

MDB sample available?

2008-10-16 Thread ilango_g
Hi I have embedded ActiveMQ with JBoss according to instructions provided. Now I want to create a Message-Driven Bean (MDB) that will be listening on an ActiveMQ queue. This Listener will receive the message and process it. I would also need a servlets that will communicate with the MDB. I have

Re: integrating activeMQ with JBoss on a Windows XP machine

2008-10-15 Thread ilango_g
As an answer to my own question I found the Resource Adapter Archive file in the apache-activemq-5.1.0\lib\optional folder. Is that the right file to pick? thanks ilango_g wrote: > > I tried to follow the instructions on integrating JBoss with ActiveMQ on > Windows X

integrating activeMQ with JBoss on a Windows XP machine

2008-10-15 Thread ilango_g
I tried to follow the instructions on integrating JBoss with ActiveMQ on Windows XP: http://activemq.apache.org/integrating-apache-activemq-with-jboss.html but I am stuck after a while, because I do not know where to get the activemq-ra-4.0.2.rar file. Please help!! Thanks -- View this message

Re: how to implement Content-based router

2008-10-14 Thread ilango_g
On Mon, Oct 13, 2008 at 4:52 PM, ilango_g <[EMAIL PROTECTED]> wrote: >> >> Actually I have refined my question further: >> There would be a queue that has messages >> sitting on it. This queue has a listener that listens for messages, picks >> up >> a certa

implementing a queue listener to make routing decision

2008-10-13 Thread ilango_g
Actually I have refined my question further: There would be a queue that has messages sitting on it. This queue has a listener that listens for messages, picks up a certain message (FIFO perhaps), and sends it off to a different queue (channel) based on some information in a header field that iden

Re: how to implement Content-based router

2008-10-13 Thread ilango_g
off. thanks bsnyder wrote: > > On Mon, Oct 13, 2008 at 1:24 PM, ilango_g <[EMAIL PROTECTED]> wrote: >> >> Hi >> I have the following scenario: There would be a queue that has messages >> sitting on it. This queue has a listener that listens for messages

how to implement Content-based router

2008-10-13 Thread ilango_g
Hi I have the following scenario: There would be a queue that has messages sitting on it. This queue has a listener that listens for messages and routes a certain message to a different queue (channel). So the queue acts as a Content-Based Router that examines the message content and routes the me

Re: Async consumption of messages from any queue

2008-10-13 Thread ilango_g
Hi Is this MessageListener like a helper class (singleton perhaps) that you can call when a servlet is init() ed? thanks ilango Ramesh Mandaleeka wrote: > > Hi, > > We are using multiple reply queues and more or less the data format is > same in all the reply queues. Is there a away to create

selecting an open-source JMS implementation

2008-10-08 Thread ilango_g
Hi I have assumed so far that ActiveMQ is a JMS implementation just like WebSphere MQ. Is that necessarily true? Where I work, I have been assigned the task of implementing a simple JMS application implementing queues and a recipient list. If I need to achieve this, I want to build this using an

implementing a "Recipient List" integration pattern via Camel?

2008-10-07 Thread ilango_g
Hi I am trying to implement a fan out application. I tried WebSphere MQ first. Now I am back to ActiveMQ. Is there a sample out there that uses ActiveMQ to implement a recipient list. thanks -- View this message in context: http://www.nabble.com/implementing-a-%22Recipient-List%22-integration-p