1 Reply Latest reply on Mar 13, 2017 9:45 AM by lamikam2

    JMS appender config for log4j2 with in-vm connector

    lamikam2

      Running app on EPA 7 with log4j2.  We have an appender that writes to a JMS queue.

      I got it working for remote connection as below:

       

       

        <JMS name="HIFAuditAppender"

                   destinationBindingName="jms/queue/HIFAuditQueue"

                   factoryBindingName="jms/RemoteConnectionFactory"

                   providerURL="http-remoting://127.0.0.1:8080"

        username="hcmuser"

        password="gators123="

                   factoryName="org.jboss.naming.remote.client.InitialContextFactory" />

       

       

      However, the JMS producer and MDB are running in the same JVM.  I want to use the jboss in-vm connector, but have not been able to determine what the providerURL should be set to.