[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Fail-over design questions
hendra_netm
do-not-reply at jboss.com
Thu Jan 18 14:56:27 EST 2007
"timfox" wrote : In memory persistent message replication is not implemented yet, but when it does it would be used for persistent messages not non persistent messages.
|
| Yes, you might lose np messages in crash, but you don't want to just randomly lose them at other non crash times, just because the server wants to move the connection.
|
| I don't think that would be acceptable to the majority of users.
I see. Then how are users able to maintenance their server without disturbing the service?
For example, I need to maintenance my server without disturbing my services. So I need to shut down the server but I don't want any message loss.
In normal situation (without clustering), I would stop the producer and let the consumer get all messages before shutting down the server. With clustering, I don't know which clients connect to one specific server that I want to shut down due to HA-JNDI.
Is there possible that clients check which server node that they connect to?
Regards,
Hendra
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003504#4003504
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003504
More information about the jboss-dev-forums
mailing list