[jboss-user] [JBoss Messaging] - Re: Upgrading to JBoss 5.0

ataylor do-not-reply at jboss.com
Mon Dec 15 04:11:57 EST 2008


You probably need to do something like add an interceptor to the following aspect.

 <bind pointcut="execution(* org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate->createConnectionDelegate(..))">
  |       <advice name="handleCreateConnectionDelegate" aspect="org.jboss.jms.client.container.StateCreationAspect"/>
  |    </bind>

The aop docs should help you with what you can and can't do.

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

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



More information about the jboss-user mailing list