[
https://issues.apache.org/jira/browse/LOG4J2-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328799#comment-16328799
]
leor amikam commented on LOG4J2-2173:
-------------------------------------
Hmm. that is a great question. Just standard maven pom entry where
log4j.version property is set to 2.10.0
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
> JMS Appender is not re-connecting on JBoss
> ------------------------------------------
>
> Key: LOG4J2-2173
> URL: https://issues.apache.org/jira/browse/LOG4J2-2173
> Project: Log4j 2
> Issue Type: Question
> Components: Appenders
> Affects Versions: 2.10.0
> Environment: Jboss EAP 7.0
> Reporter: leor amikam
> Priority: Major
> Attachments: log4j2.xml, stack_trace.log
>
>
> We are using a JMS appender to write to JBoss EAP7 ActiveMQ. If there is no
> logging activity for a period of time ( not sure of duration at this point -
> several hours at least), then get this error:
> occurred processing Appender HIFAuditAppender
> org.apache.logging.log4j.core.appender.AppenderLoggingException:
> javax.jms.IllegalStateException: Session is closed
> Any thoughts on how to debug?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)