[JBoss Messaging] - Re: Reliable delivery
by vc123
"timfox" wrote : For persistent messages, you are fundamentally limited by the speed of your database.
|
| So your persistent message throughput will entirely depend on how your Oracle box is set-up tuned etc. Oracle is very tunable however.
For persistent messages in the AUTO_ACK mode, you are limited by your hard disk performance. The database has to perform sync writes per each message, so I doubt Oracle has any advantage/disadvantage in comparison to other databases.
But, what about non_persistent messages ? In the current JM implementation non_persistent delivery performance seems to be determined by the relational database backend too as I wrote earlier, though it does not suffer from sync writes as much as persistent delivery does.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128523#4128523
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128523
18 years, 2 months
[JBoss Seam] - Multiple Seam projects on one server
by baenaeck
Hi!
I'm using seam for a coulple of weeks. And it's really fun.
But now I have got a problem. I would like to run two different seam projects on one application server. This shouldn't be a problem since there are no identical components. Unfortunately the projects have some components with the same name but not with the same functionality. For example a component called UserEntity or the authenticator component. When I try to deploy more than one project I receive the error message that there are two components with the same name and precedence. Then the deployment fails.
Is it possible (and how) to run multiple different seam projects on the same server? According to the documentation of JBoss AS, it should be no problem to have multiple applications running in the same instance. Maybe this is not true for seam applications?
Best wishes,
Hendrik
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128519#4128519
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128519
18 years, 2 months