Re: jms text msg appender

2005-02-28 Thread Mark van der Voort
Ceki, Both Michael and I have expressed an interest in maintaining the JMSAppender/JMSReceiver pair. What are we to do next? Mark On Fri, 18 Feb 2005 19:45:40 +0100, Ceki Gülcü <[EMAIL PROTECTED]> wrote: > > Michael, Mark (van der Voort), > > Do you have an interest in maintaining the JMSApp

Re: jms text msg appender

2005-02-24 Thread Michael Los
Yes, I'm also willing to help maintain a JMSAppender/JMSReceiver pair with the added capability.   Michael Los smime.p7s Description: S/MIME cryptographic signature

Re: jms text msg appender

2005-02-20 Thread Mark van der Voort
Sure, I wrote it for incompany use so I'll have to maintain it anyway. Better a general version than a proprietary one. Mark van der Voort On Fri, 18 Feb 2005 19:45:40 +0100, Ceki Gülcü <[EMAIL PROTECTED]> wrote: > > Michael, Mark (van der Voort), > > Do you have an interest in maintaining the

Re: jms text msg appender

2005-02-18 Thread Ceki Gülcü
Michael, Mark (van der Voort), Do you have an interest in maintaining the JMSAppender/JMSReceiver pair? At 09:39 AM 2/16/2005, Mark van der Voort wrote: I've created a JMSAppender as Michael stated, and a matching JMSReceiver. The extension boils down to adding an optional layout to the JMSAppender

Re: jms text msg appender

2005-02-16 Thread Mark van der Voort
I've created a JMSAppender as Michael stated, and a matching JMSReceiver. The extension boils down to adding an optional layout to the JMSAppender, and a decoder to the JMSReceiver. I personally use the standard XMLLayout and XMLDecoder. I can upload or include the files, what is standard procedur

Re: jms text msg appender

2005-02-15 Thread Ceki Gülcü
Hi Michael, Thank you for the contribution. However, I do not think it is suitable go into log4j proper. If another log4j committer is interested in placing it in log4j-sandbox and take responsibility for maintaining it, he is most welcome to do so. In the mean time, my recommendation would be

jms text msg appender

2005-02-15 Thread Michael Los
Please consider adding the capability to publish a text message via JMS. When trying out the new Chainsaw, I was getting StreamCorruptedException. I believe this was due to incompatible LoggingEvent serializations between versions 1.2.x and 1.3 The event producer was using log4j 1.2.8. Chainsaw