[JBoss Messaging] - 2.0.0 alpha status
by mmastrac
As a recent adopter and frustrated user of ActiveMQ, I'm very interested in evaluating JBoss Messaging as a JMS solution. I've come across the amazing work you guys have done for your up-and-coming 2.0 release and it's looking really fantastic.
Is 2.0.0 alpha usable for any sort of production environment? I understand that the software is currently in development and may have a number of unimplemented features.
Is there a subset of JMS features that could be limited to that would allow me to use this alpha version safely? For instance, basic persistent queues and topics, temporary destinations and message expiry?
The performance numbers are just too exciting to wait for the official release! :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163229#4163229
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163229
17 years, 9 months
[JBoss Portal] - Header injection in clustered portlet
by gressho
Hello,
I've problems injecting a custom header in a clustered portal environment (JBossPortal 2.6.5-SP1). I have the following jboss-portlet.xml (which works in a non-clustered
installation without the distributed tags):
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE portlet-app PUBLIC '-//JBoss Portal//DTD JBoss Portlet 2.6//EN' 'http://www.jboss.org/portal/dtd/jboss-portlet_2_6.dtd'>
| <portlet-app>
| <portlet>
| <portlet-name>ZKI</portlet-name>
| <header-content>
| <link rel="stylesheet" type="text/css" href="/stylesheet/dzk.css" media="screen"/>
| </header-content>
| <!-- enable portlet session replication -->
| <session-config>
| <distributed>true</distributed>
| </session-config>
| </portlet>
| <portlet>
| <portlet-name>Theologie</portlet-name>
| <header-content>
| <link rel="stylesheet" type="text/css" href="/stylesheet/dzk.css" media="screen"/>
| </header-content>
| <!-- enable portlet session replication -->
| <session-config>
| <distributed>true</distributed>
| </session-config>
| </portlet>
| <portlet>
| <portlet-name>SyK</portlet-name>
| <header-content>
| <link rel="stylesheet" type="text/css" href="/stylesheet/dzk.css" media="screen"/>
| </header-content>
| <!-- enable portlet session replication -->
| <session-config>
| <distributed>true</distributed>
| </session-config>
| </portlet>
| </portlet-app>
|
Am I something missing? I didn't find anything in the documentation...
Best wishes
Werner
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163220#4163220
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163220
17 years, 9 months