Generic JMS Appender plugin for both queues and topics. This Appender replaces the previous split ones. However,
configurations set up for the 2.0 version of the JMS appenders will still work.
Logs a LogEvent using whatever logic this Appender wishes to use. It is typically recommended to use a
bridge pattern not only for the benefits from decoupling an Appender from its implementation, but it is also
handy for sharing resources which may require some form of locking.