The newly installed fiber will take effect immediately after the current tube returns from its {@link Tube#processRequest(Packet)} or{@link Tube#processResponse(Packet)}, before the next tube begins processing.
So when the tubeline consists of X and Y, and when X installs an interceptor, the order of execution will be as follows:
The newly installed fiber will take effect immediately after the current tube returns from its {@link Tube#processRequest(Packet)} or{@link Tube#processResponse(Packet)}, before the next tube begins processing.
So when the tubeline consists of X and Y, and when X installs an interceptor, the order of execution will be as follows:
addIncomingInterceptor(Interceptor).
@param interceptor an Interceptor
@deprecated As of HornetQ 2.3.0.Final, replaced by{@link #addIncomingInterceptor(Interceptor)} and{@link #addOutgoingInterceptor(Interceptor)}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|