이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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"/>