7 Replies Latest reply on Mar 27, 2007 1:52 PM by jaink

    Running jboss-messaging client in the JBoss AppServer

    sdhaliwal

      We have two jboss server instances (jboss-4.0.4.GA). Both of them have been configured to run jboss-messaging provider. We can connect successfully to this provider from a standalone client running in its own JVM.

      However, we want to be able to lanunch our jboss-messaging client from within one of the jboss server instances and connect to the jboss-messaging provider running in the other jboss server instance.
      Is there a quick way to accomplish this?

      We have tried to deploy jboss-messaging-client.jar with our application. This causes class loader voilation

      loader constraints violated when linking org/jboss/remoting/InvokerLocator

      Thanks