JMS Message Routing

Choose between header-based routing and message-based routing to optimize how services are exposed via JMS.

JMS messages are routed more quickly when a header is used, because information in the message body does not need to be parsed. With this implemenation, you can only expose one service.

Alternatively, if you need to expose multiple sevices that share the same message type, then message-based routing could be the implementation you might choose. If you only expose one service for a message-based transport, then all messages are routed to that service.

Send your feedback on this help topic to Sybase Technical Publications: pubs@sybase.com

Your comments will be sent to the technical publications staff at Sybase, Inc. For product-related issues or technical support, contact Sybase Technical Support at 1-800-8SYBASE.