Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002209 [Resin] minor always 11-28-07 08:53 12-16-07 18:51
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.4
Summary 0002209: JCA: for ActiveMQ
Description (rep by Serge Sozonoff)

As I understand a database configured in resin.conf with:

<database>
    <jndi-name>...</jndi-name>
     ...
</database>

is managed by the container. How can we achieve the same for either a Queue/Topic/Connectionfactory with ActiveMq?
Additional Information
Attached Files

- Relationships

- Notes
(0002575)
ferg
12-16-07 18:51

The syntax looks like:

 <connector class="org.apache.activemq.ra.ActiveMQResourceAdapter">
    <init>
       <ServerUrl>vm://localhost</ServerUrl> [^]
    </init>

    <connection-factory class="javax.jms.QueueConnectionFactory"/>

    <bean class="javax.jms.Queue">
      <init PhysicalName="queue.test"/>
    </bean>
  </connector>

 

- Issue History
Date Modified Username Field Change
11-28-07 08:53 ferg New Issue
12-16-07 18:51 ferg Note Added: 0002575
12-16-07 18:51 ferg Assigned To  => ferg
12-16-07 18:51 ferg Status new => closed
12-16-07 18:51 ferg Resolution open => fixed
12-16-07 18:51 ferg Fixed in Version  => 3.1.5


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