From derby-user-return-8717-apmail-db-derby-user-archive=db.apache.org@db.apache.org Sun Feb 17 22:25:55 2008 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 7593 invoked from network); 17 Feb 2008 22:25:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2008 22:25:55 -0000 Received: (qmail 59086 invoked by uid 500); 17 Feb 2008 22:25:48 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 59057 invoked by uid 500); 17 Feb 2008 22:25:48 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 59046 invoked by uid 99); 17 Feb 2008 22:25:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 14:25:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [203.217.22.128] (HELO file1.syd.nuix.com.au) (203.217.22.128) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 22:25:14 +0000 Received: from host68.syd.nuix.com.au (host68.syd.nuix.com.au [192.168.222.68]) by file1.syd.nuix.com.au (Postfix) with ESMTP id 1C2CA4A81B6 for ; Mon, 18 Feb 2008 09:24:39 +1100 (EST) From: Daniel Noll Organization: Nuix Pty Ltd To: "Derby Discussion" Subject: Re: Using derby as a chat server Date: Mon, 18 Feb 2008 09:22:11 +1100 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) References: <15459468.post@talk.nabble.com> <15459485.post@talk.nabble.com> <200802131618.54416.kurt@scooter-attack.com> In-Reply-To: <200802131618.54416.kurt@scooter-attack.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802180922.11805.daniel@nuix.com> X-Virus-Checked: Checked by ClamAV on apache.org On Thursday 14 February 2008 02:18:54 Kurt Huwig wrote: > Forget about Derby for chat and have a look at JMS. This is a good > implementation: > > http://joram.objectweb.org/ Or use something actually designed to be a chat server, such as Openfire. Daniel