Push: make use of JMS configurable
----------------------------------

                 Key: RF-11135
                 URL: https://issues.jboss.org/browse/RF-11135
             Project: RichFaces
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: core
    Affects Versions: 4.1.0.Milestone1
            Reporter: Lukáš Fryč
            Assignee: Lukáš Fryč
             Fix For: 4.1.0.Milestone1


Since JMS usage is pretty decoupled from Push messaging (it uses internal 
message queue now), it should be possible to turn it off completely.

JMS should be enabled by default because of backward compatibility, but could 
be turned off by following web.xml snippet:

{code:XML}
<context-param>
    <param-name>org.richfaces.push.jms.disable</param-name>
    <param-value>true</param-value>
</context-param>
{code}

This is one step closer to RF-11110.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to