Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 11954 invoked from network); 6 Oct 2006 17:49:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 17:49:41 -0000 Received: (qmail 1654 invoked by uid 500); 6 Oct 2006 17:49:41 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 1640 invoked by uid 500); 6 Oct 2006 17:49:41 -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 1631 invoked by uid 99); 6 Oct 2006 17:49:41 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 10:49:41 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=james.strachan@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.184] ([64.233.182.184:41412] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id B1/C7-24193-D2796254 for ; Fri, 06 Oct 2006 10:49:35 -0700 Received: by nf-out-0910.google.com with SMTP id p77so16378nfc for ; Fri, 06 Oct 2006 10:49:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UhmzWiCNjcZjNn2iAYDIMZsBXvMChwFe2rf7M9A2acjSGnjuYAiwz8TPcYXtHjvHqtsLKebYqEiJ18jVVvLyU87ui92ftu9u9M+FGYvPp/qMiaJL3Eef60wDSfxzN/cCuny559XRAvrqPXJXVWpcPs4gicUAYVG0WDYhHO+r/Ns= Received: by 10.82.126.19 with SMTP id y19mr231271buc; Fri, 06 Oct 2006 10:49:30 -0700 (PDT) Received: by 10.82.147.16 with HTTP; Fri, 6 Oct 2006 10:49:29 -0700 (PDT) Message-ID: Date: Fri, 6 Oct 2006 18:49:29 +0100 From: "James Strachan" To: activemq-users@geronimo.apache.org Subject: Re: Using ActiveMQ from .NET compact framework In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/6/06, Oleg Deribas wrote: > Hello, > > Hiram Chirino said the following on 06.10.2006 19:47: > > > I don't see why it would not work.. Why don't you setup it up and let us > > know how it goes. > > I've tried it. I've created two additional projects (attached) for the > solution. NMS project building is fine, but there are small problems > with activemq project - it uses Monitor.PulseAll and Monitor.Wait > methods not supported by compact framework. I'll try to investigate if > it is possible to avoid these methods usage. I wonder if there's an alternative way of doing these kinds of monitors / semaphores in .Net? BTW does .Net compact framework support threads? > >> And I have another question - how much traffic required for one simple > >> message (like event notification)? I will use GPRS connection from PDA, > >> so traffic is not cheap... > > > > We use lots of tricks in openwire to keep the message sizes as small as > > possible but that does not deal with the message content compression. > > I mean just what overhead of wrapping data into messages. For example, > for empty message - what is the smallest possible message size? Its probably simplest to send an empty message and see how many bytes it uses :) > > And I think payload compression is still a feature that has not yet been > > implemented in the .NET client implementation. > > But payload compression is the part of protocol specification? Yes - using GZip > Anyway compression could be implemented on the application level. Sure - though its easy to support in openwire -- James ------- http://radio.weblogs.com/0112098/