I'm looking at upgrading from JBoss 3.2.3 to 3.2.5, and noticing that JMS has changed significantly. So I found the Wiki page and read this:
"It is important to note that applications, which used to run in JBoss configuration "all" might have to be refactored. Since JBoss 3.2.4 the JMS server is deployed and running on exactly one node in the cluster, whereas in the past each node used to run an independent JMS server instance." Refactored? Howabout rewritten? Geez, guys, this is a HUGE change for a patch release. I also read this: "Applications should consider using JMS as a reliable means of exchanging messages in a distributed environment, rather than a general purpose low-latency event mechanism. For example when the problem at hand can be solved by implementing a strongly typed, in VM Observer/Observed pattern, the application should resolve to the best practices esablished by Java Swing, rather than JMS." I strongly disagree. I need the reliability and scalability of JMS. But I REALLY need to be able to make the decision in my app when and when not to send messages remotely to another server. The JMS configuration in 3.2.3, where you have the option to use either the local JMS server or the HA server was exactly what I needed, and then someone decided to take it away. You're leaving me with little option here than to basically rewrite JMS to ensure that my messages stay local. 2 questions: 1) Can you PLEASE change this back to the way it was in 3.2.3 and leave it up to the application whether or not to send messages to a local JMS server or an HA server? 2) Is it possible in 3.2.5 to configure a local JMS server, in a clustered environment, to look like 3.2.3? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843417#3843417 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843417 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
