igarashitm.log

igarashitm, a Japanese software engineer writes something in English here.

JBoss

Connecting to HornetQ via remote JNDI provider

Today I have been trying to make my SwitchYard example application connected to remote HornetQ, succeeded with following. Add JNDI properties to the InitialContext This piece is mentioned by Justin on this thread: https://community.jboss.o…

Message Ordering on HornetQ

An important tips - enable Message Group or limit "max-pool-size" to 1 to guarantee the order. Notice that the max-pool-size is only available on JBossAS7.2 or later.How to order messages that are sent from the message queue? | SwitchYard …

JBoss AS7 remote debug

Standard installation enable following option in $AS7/bin/standalone.conf JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" JUnit testcase kicked by Maven mvn -Dmaven.surefire.debug test or mvn -Dmaven.su…

Debugging around JBossWS & apache-cxf without JBoss instance on Eclipse

Just a note for debugging SWITCHYARD-600. Don't forget to mkdir ${project}/resources and add it to the build path. Download&import following projects into Eclipse workspace https://github.com/jbossas/httpserver.git https://svn.jboss.org/re…