[jboss-dev-forums] [Design of JCA on JBoss] - Re: JCA antipattern? Or not?
timfox
do-not-reply at jboss.com
Thu Feb 22 13:44:50 EST 2007
"bill.burke at jboss.com" wrote : Please tell me how this Jenks MDP stuff is any better than MDBs.
|
I didn't say it was any better than MDBs.
We have a customer who doesn't want to use MDBs but they want to be able receive messages in a managed environment transactionally.
Actually they are using Spring, and the Spring JMS template accomplishes this by creating a new consumer under the covers for every receive (!!) so I suggested they should try something different, since creating a consumer every time is going to make it crawl.
Also the JBoss JCA layer only provides message inflow for JMS AFAIK so this wan't an option for them either.
anonymous wrote :
| Also, we have a different concept of Message Driven Pojos in that you can declare a business interface for your MDB and avoid JMS apis all together. Look at the @Consumer/@Producer stuff we have in EJB3 container.
|
That's interesting - I will suggest this to the customer. Maybe this gives them what they want.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020747#4020747
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020747
More information about the jboss-dev-forums
mailing list