Anonymous | Login | Signup for a new account | 12-17-2024 08:26 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | |||||||
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. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed. 24 unique queries executed. |