Skip to content

jbride/hornetqDiagnostics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
rhheader

Setup

JBoss EAP

configuration

  1. messaging subsystem changes

    1. disable security: <security-enabled>false</security-enabled>

    2. enable message counter: <message-counter-enabled>true</message-counter-enabled>

Start-up

  1. broker1

    ./bin/standalone.sh --server-config=standalone-full.xml -b=$HOSTNAME -bmanagement=$HOSTNAME
  2. node1

    ./bin/standalone.sh -b=$HOSTNAME -bmanagement=$HOSTNAME --server-config=standalone-full.xml -Djboss.socket.binding.port-offset=100 -Djboss.server.base.dir=standalone-node1 -Djboss.node.name=node1
  3. node2

    ./bin/standalone.sh -b=$HOSTNAME -bmanagement=$HOSTNAME --server-config=standalone-full.xml -Djboss.socket.binding.port-offset=200 -Djboss.server.base.dir=standalone-node2 -Djboss.node.name=node2

Build and Deploy

cd hornetqDiagnostics
mvn clean install -DskipTests
cp mdb/target/mdb-1.0.jar $JBOSS_HOME/standalone-node1/deployments

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages