Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 81874 invoked from network); 26 Oct 2006 07:31:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 07:31:26 -0000 Received: (qmail 32697 invoked by uid 500); 26 Oct 2006 07:31:36 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 32684 invoked by uid 500); 26 Oct 2006 07:31:36 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 32675 invoked by uid 99); 26 Oct 2006 07:31:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 00:31:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 00:31:24 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gczhd-0003Yc-Vy for activemq-users@geronimo.apache.org; Thu, 26 Oct 2006 00:31:01 -0700 Message-ID: <7006436.post@talk.nabble.com> Date: Thu, 26 Oct 2006 00:31:01 -0700 (PDT) From: soussou97 To: activemq-users@geronimo.apache.org Subject: Re: JMS implementation In-Reply-To: <7004502.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dboussebha@yahoo.fr References: <7001347.post@talk.nabble.com> <7004502.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi; please you would have an example ? Thank's sileshi wrote: > > For what you wanted to do all JMS implentation that include > ActiveMQ, JBoss MQ, etc... > You at least need to do the following: > 1. Need to serialize tou Java object or UTF8 encode XML > 2. Create BytesMessage using the byte array from above streams > 3. Send it > and need to the reverse at reception. > > That is all! > > > soussou97 wrote: >> >> Hi; >> >> I search a good implementation that allows to get and send of JMS >> messages using any JMS provider (MOM) with of JMS message containing XML >> file or Java objects (I use Jboss as Server). >> >> regards; >> > > -- View this message in context: http://www.nabble.com/JMS-implementation-tf2510474.html#a7006436 Sent from the ActiveMQ - User mailing list archive at Nabble.com.