File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes How to install JBoss Messaging in Jboss 4.0.4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to install JBoss Messaging in Jboss 4.0.4 " Watch "How to install JBoss Messaging in Jboss 4.0.4 " New topic
Author

How to install JBoss Messaging in Jboss 4.0.4

P Lavti
Ranch Hand

Joined: Mar 27, 2007
Posts: 65
Hi,

It is mentioned that a JBossMQ and a JBoss Messaging instance cannot coexist. And also that Jboss 4.0.4 comes with JBossMQ as default JMS provider.

I want to use Jboss Messaging in my project and I want to install it under deploy server configuration but JbossMQ is already installed there. How can i un-install JBossMQ and then install Jboss Messaging?


-P Lavti<br />SCJP 5.0 (88%)
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17224
    
    1

Well, deleting the JBossMQ from the deploy dir, along with its Datasource, and then drop the JBoss Messaging deployment with its datasource.

The biggest issues is do the JBossMQ MBean a dependency of any other MBeans.

Why do you need to use 4.0.4 instead of say 4.0.5GA. You can use the web-installer, and it lets you uncheck JBossMQ, so it doesn't deploy it and it also doesn't deploy any other MBean that is dependant on it. Or you can use the web-installer to see what gets unchecked besides the JBossMQ MBean to see what you also need to remove from your 4.0.4 deploy dir.

Good Luck

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to install JBoss Messaging in Jboss 4.0.4
 
Similar Threads
Jboss AS 5 enhancements
problems with composite keys in EJB 3 and and Hibernate
javax.naming.NameNotFoundException: XAConnectionFactory not bound
JBoss 5.1 throws NameNotFoundException while starting up
Happy Birthday JavaRanch!