[richfaces-issues] [JBoss JIRA] Updated: (RF-11135) Push: make use of JMS configurable

SBS JIRA Integration (JIRA) jira-events at lists.jboss.org
Wed Jul 20 03:50:24 EDT 2011


     [ https://issues.jboss.org/browse/RF-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SBS JIRA Integration updated RF-11135:
--------------------------------------

    Git Pull Request: https://github.com/richfaces/core/tree/feature%2FRF-11135  (was: https://github.com/richfaces/core/tree/feature%2FRF-11135)
     Forum Reference: http://community.jboss.org/message/614004#614004


> 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č
>              Labels: needs-qe
>             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

       



More information about the richfaces-issues mailing list