此内容没有您所选择的语言版本。
24.13. JMS Messaging
Seam Remoting provides experimental support for JMS Messaging. This section describes currently-implemented JMS support. Note that this may change in the future. At present, we do not recommend using this feature within a production environment.
24.13.1. Configuration 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Before you can subscribe to a JMS topic, you must first configure a list of the topics that Seam Remoting can subscribe to. List the topics under
org.jboss.seam.remoting.messaging.subscriptionRegistry. allowedTopics
in seam.properties
, web.xml
or components.xml
:
<remoting:remoting poll-timeout="5" poll-interval="1"/>
<remoting:remoting poll-timeout="5" poll-interval="1"/>