-
1. Re: TODO: Message Inflow JmsRA
pmiron May 27, 2004 11:26 PM (in response to adrian.brock)Adrian,
I would be interested in helping out with the Message Inflow.
i'm currently a sr. developer at ameritrade, with significant experience in high-throughput, message-based systems.
let me know how i can help.
thanks.
[pete] -
2. Re: TODO: Message Inflow JmsRA
adrian.brock May 28, 2004 6:13 AM (in response to adrian.brock)All help is welcomed.
First on the list is a generic JMS message inflow. See the JCA1.5 and EJB2.1 specs.
The idea is augment org.jboss.resource.adapter.jms with an inflow submodule
that can connect to any jms provider and deliver messages to a message endpoint
factory.
1) Implement a proper ResourceAdapter javabean for ms ra, currently it uses
DummyResourceAdapter
2) Implement createActivationSpec, endpointActivaiton, endPointDeactivation
related:
Admin objects (e.g. queue creation)
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48860
QOS for inflow
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48675
You don't have to do it all by yourself or try to impress me. Once something basic is
there, I am pretty good at making things work properly. -
3. Re: TODO: Message Inflow JmsRA
adrian.brock May 28, 2004 6:15 AM (in response to adrian.brock)You might also be interested in helping out on the re-write of JBossMQ to use
other JBoss technologies like clustering. -
4. Re: TODO: Message Inflow JmsRA
adrian.brock Dec 14, 2004 6:25 PM (in response to adrian.brock)JIRA TASK: http://jira.jboss.com/jira/browse/JBJCA-6
-
-
6. Re: TODO: Message Inflow JmsRA
adrian.brock Nov 2, 2005 3:11 PM (in response to adrian.brock)For completeness see these recent discussions:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=66978
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=70306
I'm not saying these should be done as part of testing. But they do provide
context on the direction.