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

Wesley Hales (JIRA) jira-events at lists.jboss.org
Sun Jul 17 15:55:23 EDT 2011


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

Wesley Hales commented on RF-11135:
-----------------------------------

Still getting javax.faces.FacesException: Name 'ConnectionFactory' not found in context '' with the RF-11135 branch. I added the above context-param... am I missing something else? Did you try this on tweetstream? 
log: http://pastebin.com/LK6aCe7d

> 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