Go to new doc!

+49 228 5552576-0


info@predic8.com

dispatching(internal)

This interceptor adds the destination specified in the target element to the list of destinations of the exchange object. It must be placed into the transport to make Service Proxies Work properly. It has to be placed after the ruleMatching interceptor. The ruleMatching interceptor looks up a service proxy for an incomming request and places it into the exchange object. The dispatching interceptor needs the service proxy to get information about the target.

Can be used in

transport

Syntax

				<dispatching />
Listing 1: dispatching Syntax

Sample

				<beans>
					<transport coreThreadPoolSize="20">
						<ruleMatching />
						<dispatching />
						<userFeature />
						<httpClient />
					</transport>
				</beans>
Listing 2: dispatching Example