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
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
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:
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 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"
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-
.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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo