[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossJMSMessageEndpointFactory ActivationConfigPropertie

adrian@jboss.org do-not-reply at jboss.com
Wed Apr 9 11:27:03 EDT 2008


"asylumx" wrote : Hello!
  | 
  | I've got a queue set up with an EJB3 MDB implemented to catch the messages.
  | ...
  | I'm using org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory for the proxy factory.
  | 

If your using EJB3 then your not using that proxy factory.
You're also in the wrong forum, try the EJB3 forum.

anonymous wrote : 
  | Where can I find a list of all the available activationConfigProperties for this factory?
  | 

In the documentation perhaps?

e.g. This is what I get when I type "jboss jms activation config properties" into
google and hit "I'm feeling lucky".
http://wiki.jboss.org/wiki/ConfigJMSMessageListener

anonymous wrote : 
  | By the way, I have tried acking the message early in the MDB

CLIENT ACK is not supported in an MDB. N/Acking is controlled by the ejb
container based on the result of the invocation of your MDB usually with a transaction.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142806#4142806

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142806



More information about the jboss-user mailing list