Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 339A59887 for ; Mon, 6 Feb 2012 18:32:27 +0000 (UTC) Received: (qmail 59699 invoked by uid 500); 6 Feb 2012 18:32:26 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 59233 invoked by uid 500); 6 Feb 2012 18:32:25 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 59102 invoked by uid 99); 6 Feb 2012 18:32:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 18:32:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mohit.chawla.binary@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-yx0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 18:32:20 +0000 Received: by yenm7 with SMTP id m7so117731yen.2 for ; Mon, 06 Feb 2012 10:31:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vcQuae+cbK7n25mo+Phwm89AxzW1YDKV5uhv09AHMiY=; b=f3VYthwF1WByBc7Pqt1UTHAeklD7fnW40WX0Fr8Y7V5UAK1tTrJnX+X7zfGOBWG2gd 0y6tdzZ+0ySp//LZuJK4bWa0SluPLkI/mcL2Pbz4C0A5znlruLKPfKHmbYBoUTBUcnQ6 qTXOlAa+bDB+0v1r8D1Sb+1PEgVVNc/iG11ho= MIME-Version: 1.0 Received: by 10.236.174.6 with SMTP id w6mr26104298yhl.106.1328553119393; Mon, 06 Feb 2012 10:31:59 -0800 (PST) Received: by 10.100.31.16 with HTTP; Mon, 6 Feb 2012 10:31:59 -0800 (PST) In-Reply-To: References: Date: Tue, 7 Feb 2012 00:01:59 +0530 Message-ID: Subject: Re: Apollo (1.0) disconnected after 5 seconds From: Mohit Chawla To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hello, On Mon, Feb 6, 2012 at 6:28 PM, Lars-Erik Helander wrote: > Hi Hiram > > Thanks for your clarification. > I am new to Apollo and STOMP and I viewed the possibility to manually > interact with the broker as I nice way to learn more about the > protocol/broker. Do you know of any terminal software that would allow > me to send an initial "CONNECT frame"-string as part of the connection > procedure? When I was starting out, I found http://search.cpan.org/~lcons/Net-STOMP-Client-1.4/lib/Net/STOMP/Client/Tutorial.pod to be really helpful.