From: genman <do-...@jb...> - 2005-09-22 00:53:23
|
"ad...@jb..." wrote : | So I guess the solution would be to have a "template invoker proxy binding" | and add management methods to the MDB Container that lets you add/remove | invoker proxy bindings with specific overrides like your selector. | This feature surfaced again at my company. I guess I don't understand the call flow. Here's the existing stack trace, where would this go? | com.example.MDB.onMessage | sun.reflect.GeneratedMethodAccessor171.invoke | sun.reflect.DelegatingMethodAccessorImpl.invoke | java.lang.reflect.Method.invoke | org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke | org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke | org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke | org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext | org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions | org.jboss.ejb.plugins.TxInterceptorCMT.invoke | org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke | org.jboss.ejb.plugins.LogInterceptor.invoke | org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke | org.jboss.ejb.MessageDrivenContainer.internalInvoke | org.jboss.ejb.Container.invoke | org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke | org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage | org.jboss.jms.asf.StdServerSession.onMessage | Would the code go into the JMSContainerInvoker, or after? I'll poke around, I just wanted to know if you had some place in mind. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896179#3896179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896179 |