[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable
hmmmthats make some sense..could you plz refer some good example for 'Clustered POST Office' implementation as I have already tried one but :-( Anyway...Thanks again for the clarificationcheers :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246180#4246180 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246180 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable
anonymous wrote : So it means the jBoss messaging is by-default scalable??? yes anonymous wrote : We don't need to apply different settings to reroute messages to other nodes if local queue is not present and jboss messaging will do it auto matically for us. messages will be re routed if no local *consumers* not queues. a clustered queue should exist on each node. anonymous wrote : I have two servers in a cluster both have their own distributed queues. Let say If I delete my request and response queue from one of the node message will be redirected automatically to other node? Like i said before, a clustered queue should exist on each node, I'm not sure why you would want to delete them. anonymous wrote : I dont have to set any clustered PostOffice or anything??? Yes the post office needs to be cluetered as do the queues. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246174#4246174 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246174 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable
Thanks very much. So it means the jBoss messaging is by-default scalable??? We don't need to apply different settings to reroute messages to other nodes if local queue is not present and jboss messaging will do it auto matically for us. I have two servers in a cluster both have their own distributed queues. Let say If I delete my request and response queue from one of the node message will be redirected automatically to other node?... I dont have to set any clustered PostOffice or anything??? By the way how to delete a queue once deployed??Lately I was jut playing around and try to change the 'Clustered' attribute of a deployed and started queue to true and it gives me exception that (something like that) 'Queue property Cluster = true can not be applied as the same queue has already been deployed as Cluster = false. Delete the queue first and then create again.' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246152#4246152 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246152 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable
JBM 1.4 will only distribute a message to another node in the cluster if it has no consumers. Messages will always be consumed locally if a consumer exists as this is quicker and makes sense. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246146#4246146 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246146 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable
I am sorry I made a mistake in writting. I mean messages should get processed by both app server. When my browser put message onto queue jBoss should distribute that message according to load on each server or even round robin fashion or any recomneded policy. In short load balanacing on messaging level (JMS level). Is it possible View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246143#4246143 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246143 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging] - Re: Making Cluster jBoss Messaging Scalable
anonymous wrote : I have just implemented jBoss messaging in a cluster bearing High availability in mind and its working. I am using MySQL as my shared database. Now I want to scale my setup say If my browser put any message to my Queue (Clustered Queue) it should be get processed by both of my app servers running on different machines and when they get response back they put message back to response queue and my browser knows where to look for response message I have an idea about HAJNDI but i am not if this is the correct approach. I'm not 100% sure I understand what you are trying to do here. It sounds like you are saying that you want a single message to be delivered to both servers? Could you describe in more detail what you are trying to achieve? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246134#4246134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246134 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user