Anonymous | Login | Signup for a new account | 12-17-2024 14:34 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 | ||||
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 | |||||||||
|
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> |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |