[
https://issues.apache.org/jira/browse/LOG4J2-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802125#comment-16802125
]
Matt Sicker commented on LOG4J2-2569:
-------------------------------------
You may want to refer to the KafkaAppender, JmsAppender, and JeroMqAppender, as
they're all message-oriented middleware appenders. If you can find a nice way
to abstract them all with this new SqsAppender, that'd be pretty cool, too,
though not necessary to be merged. :)
> Support for AWS SQS appender
> ----------------------------
>
> Key: LOG4J2-2569
> URL: https://issues.apache.org/jira/browse/LOG4J2-2569
> Project: Log4j 2
> Issue Type: Question
> Components: Appenders
> Reporter: geeta
> Priority: Trivial
>
> Hi,
> Current appenders supported:
> [https://logging.apache.org/log4j/2.0/manual/appenders.html]
> I want to create an appender that supports publishing events to AWS SQS. I
> dont see this appender supported by AWS SQS.
> I see log4j2 provides async loggers and async appenders as well. I am writing
> this appender and want to extend the async appender, to ensure calling thread
> is not blocked on the remote calls made.
> This appender will also take care of failure handling, of publishing to SQS
> fails.
> Is there a guideline on how to write such an appender, that is what all
> custom handling this appender will have to take care.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)