Just to make sure, here is the code in the standardjboss.xml file.

  |     <invoker-proxy-binding>
  |             <name>Manta-message-driven-bean</name>
  |             
<invoker-mbean>jboss.mq:service=JMSProvierLoader,name=MantaJMSProvider</invoker-mbean>
  |             
<proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
  |             <proxy-factory-config>
  |                     <JMSProviderAdapterJNDI>MantaMQ</JMSProviderAdapterJNDI>
  |                     
<ServerSessionPoolFactoryJNDI>StdJMSPool</ServerSessionPoolFactoryJNDI>
  |                     <MinimumSize>1</MinimumSize>
  |                     <KeepAliveMillis>30000</KeepAliveMillis>
  |                     <MaximumSize>15</MaximumSize>
  |                     <MaxMessages>1</MaxMessages>
  |                     <MDBConfig>
  |                             <ReconnectIntervalSec>10</ReconnectIntervalSec>
  |                             <DLQConfig>
  |                                     
<DestinationQueue>queue/DLQ</DestinationQueue>
  |                                     
<MaxTimesRedelivered>10</MaxTimesRedelivered>
  |                                     <TimeToLive>0</TimeToLive>
  |                             </DLQConfig>
  |                     </MDBConfig>
  |             </proxy-factory-config>
  |     </invoker-proxy-binding>
  | 

and of course:


  | <container-configuration>
  |   <container-name>Manta MDB support</container-name>
  |   <call-logging>true</call-logging>
  |   
<invoker-proxy-binding-name>Manta-message-driven-bean</invoker-proxy-binding-name>
  |   <container-interceptors>
  |     
<interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
  |     <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
  |     
<interceptor>org.jboss.ejb.plugins.RunAsSecurityInterceptor</interceptor>
  |     <!-- CMT -->
  |     <interceptor 
transaction="Container">org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>
  |     <interceptor transaction="Container" 
metricsEnabled="true">org.jboss.ejb.plugins.MetricsInterceptor</interceptor>
  |     <interceptor 
transaction="Container">org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor</interceptor>
  |     <!-- BMT -->
  |     <interceptor 
transaction="Bean">org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor</interceptor>
  |     <interceptor 
transaction="Bean">org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT</interceptor>
  |     <interceptor transaction="Bean" 
metricsEnabled="true">org.jboss.ejb.plugins.MetricsInterceptor</interceptor>
  |     
<interceptor>org.jboss.resource.connectionmanager.CachedConnectionInterceptor</interceptor>
  |   </container-interceptors>
  |   
<instance-pool>org.jboss.ejb.plugins.MessageDrivenInstancePool</instance-pool>
  |   <instance-cache></instance-cache>
  |   <persistence-manager></persistence-manager>
  |   <container-pool-conf>
  |     <MaximumSize>100</MaximumSize>
  |   </container-pool-conf>
  | </container-configuration> 
  | 

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to