-
1. Re: JBossMQ vs JBoss Messaging
ccrouch Sep 19, 2006 6:51 PM (in response to peterj)"PeterJ" wrote:
We have noticed that a couple of weeks ago that JBossMQ disappeared from jboss-head.
Side Bar:
It was my understanding from talking to the QA team that this was no longer the case and that JBossMQ had been restored as the default JMS provider in trunk.
Perhaps the QA team could tell us what to look for in the trunk checkout that will determine definitively which provider is currently being used.
Cheers -
2. Re: JBossMQ vs JBoss Messaging
prabhat.jha Sep 19, 2006 7:03 PM (in response to peterj)JBossMQ was temporarily removed from head but change was reverted back couple of weeks back. If you look into build-distr.xml in trunk at https://svn.jboss.org/repos/jbossas/trunk/build/build-distr.xml, you will see that jbossmq.jar and corresponding client.jar is getting copied to all server config. Search for Messaging in this file. I hope this helps.
-
3. Re: JBossMQ vs JBoss Messaging
chilin Sep 19, 2006 7:52 PM (in response to peterj)Looks like JBossMQ is only available in the "all" server config, not the "default" server. Is this how it's supposed to be?
-
4. Re: JBossMQ vs JBoss Messaging
prabhat.jha Sep 19, 2006 9:42 PM (in response to peterj)I don't think it has been completely decided. JBossMQ probably will need to go to both all and default server configuration since 4.0.4.GA is configured the same way.
-
5. Re: JBossMQ vs JBoss Messaging
ccrouch Sep 20, 2006 12:20 PM (in response to peterj)"prabhat.jha@jboss.com" wrote:
I don't think it has been completely decided.
Prabhat
What needs to be done to get JBossMQ back into default? Does this currently mean there is no JMS provider in the default config in /trunk?
Cheers
Charles -
6. Re: JBossMQ vs JBoss Messaging
starksm64 Sep 20, 2006 12:45 PM (in response to peterj)JBoss Messaging will be the default in jboss5 as discussed in this thread:
http://lists.jboss.org/pipermail/jboss-development/2006-September/001576.html
It is what we are certifying for javaee5. -
7. Re: JBossMQ vs JBoss Messaging
prabhat.jha Sep 20, 2006 1:17 PM (in response to peterj)We need to modify build-distr.xml to copy the JBossMQ to default configuration. I do not know why it was taken out in the first place. I can go ahead and make this change if we agree.
Yes, currently JBossMQ is only available in all config. -
8. Re: JBossMQ vs JBoss Messaging
ccrouch Sep 20, 2006 5:15 PM (in response to peterj)"scott.stark@jboss.org" wrote:
JBoss Messaging will be the default in jboss5
Understood. Given there is currently no JMS provider in the default config in /trunk I was just talking about reinstating JBossMQ temporarily.
Peter/Chi:
If you can test the admin console with the 'all' configuration from /trunk sufficiently that we can tag it, then I'm fine with leaving everything as is. Once we've got a tag, we can look at the work needed to migrate to JBoss Messaging.
Thanks -
9. Re: JBossMQ vs JBoss Messaging
chilin Sep 21, 2006 11:49 AM (in response to peterj)The webtest reported a couple of failures running against the ?all? server configuration. Some of the failures can be resolved by specifying the server name at run time, however the failures in the JmsPageTest are a little harder to resolve! Basically the test was written expecting the changes made to the JBossMQ services (e.g. MessageCache, PersistenceManager, and StateManager) are hot deployable. However with the ?all? server, the configuration files for JBossMQ are deployed under the deploy-hasingleton/jms directory. When changes are made to the config files (e.g. hsqldb-jdbc2-service.xml, hsqldb-jdbc-state-service.xml), the new values are not reflected in the mbeans until the server is restarted. This caused the JmsPageTest to fail while verifying the changes.
The Admin Console?s readme file does indicate the webtest must run against the ?default? server. Looks like we?re telling the truth here!!!