Juan Rivera

Greenhorn
+ Follow
since Apr 12, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Juan Rivera

From the EJB 2.1 Spec:
"The EJB 2.0 specification supported only JMS message-driven beans. The EJB 2.1 specification extends the message-driven bean contracts to support other messaging types in addition to JMS[34]. A message-driven bean is defined for a single messaging type, in accordance with the message listener interface it employs."
Does anyone used a MDB with a messaging type other than JMS? Does anyone knows where I can find an example on how I can do that? All the tutorials for J2EE 1.4 use MDB's using JMS. I want to use it with another messaging as the inbound component of a JCA 1.5 RA.
Thanks, for any help