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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Sat Jul 16 17:41:23 EDT 2011


    [ https://issues.jboss.org/browse/RF-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614645#comment-12614645 ] 

Lukáš Fryč edited comment on RF-11135 at 7/16/11 5:39 PM:
----------------------------------------------------------

Feature published in feature/RF-11135 branch.

      was (Author: lfryc):
    Features published in feature/RF-11135 branch.
  
> 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