Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

4.2.28. Table of ReplyTo Field Settings

Table 4.2. Default ReplyTo by transport

Transport ReplyTo
JMS a queue with a name based on the one used to deliver the original request: <request queue name>_reply.
JDBC A table in the same database with a name based on the one used to deliver the original request: <request table name>_reply_table. The new table needs the same columns as the request table.
files No administration changes are required for either local or remote files. Responses are saved in the same directory as the request but with a unique suffix to ensure that only the original sender will pick up the response.