Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002937 [Resin] minor always 09-15-08 09:16 10-09-08 14:59
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.2.1 Product Version
  Product Build
Summary 0002937: JCA ActiveMQ issue
Description (rep by Reggie Vito)

I am using the Resin 3.2 version with a Message Driven Bean listening to an ActiveMQ Queue remotely connected through JCA with the ActiveMQ 5.1.0 RAR file. Below is my configuration in the resin-web.xml

<web-app xmlns="http://caucho.com/ns/resin"> [^]
<resource-adapter class="org.apache.activemq.ra.ActiveMQResourceAdapter">
    <init server-url="tcp://localhost:61616"/> [^]
</resource-adapter>
  <connection-factory class="org.apache.activemq.ra.ActiveMQManagedConnectionFactory" name="manfactory"/>
  
  <jms-queue name="testResinConQueue" class="org.apache.activemq.command.ActiveMQQueue">
  <init physicalName="testResinConQueue"/>
  </jms-queue>
  
<ejb-message-bean class="com.test.ejb.ConsumerMessageBean">
  <destination>#{testResinConQueue}</destination>
  </ejb-message-bean>
</web-app>

The issue I am observing is that although I see the messages being delivered to the MDB successfully, the messages themselves are not
removed from the ActiveMQ Queue resulting in the MDB receiving the same messages everytime resin starts.


Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
09-15-08 09:16 ferg New Issue
10-09-08 14:59 ferg Assigned To  => ferg
10-09-08 14:59 ferg Status new => closed
10-09-08 14:59 ferg Resolution open => fixed
10-09-08 14:59 ferg Fixed in Version  => 3.2.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker