<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Problem reports (new posts)</title>
		<link>http://wiki.openamq.org/forum/c-358/problem-reports</link>
		<description>Posts in the forum category &quot;Problem reports&quot; - For the fastest response, subscribe to the openamq-dev mailing list and ask your question there.  We read the forums but not as often as we read our email.  To post here, you have to be a registered Wikidot user.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://wiki.openamq.org/forum/t-22696#post-153305</guid>
				<title>Build on Mac OS X fails...: Re: Build on Mac OS X fails...</title>
				<link>http://wiki.openamq.org/forum/t-22696/build-on-mac-os-x-fails#post-153305</link>
				<description></description>
				<pubDate>Sun, 27 Apr 2008 14:51:50 +0000</pubDate>
				<wikidot:authorName>carlskii</wikidot:authorName>				<wikidot:authorUserId>13128</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>boom E: [OpenAMQ_Common]: "c -q -li /Users/jag/develop/openamq/OpenAMQ-1.2c4/_install/include -ll /Users/jag/develop/openamq/OpenAMQ-1.2c4/_install/lib amq_constants" failed - stop</p> <p>I'm also getting this error when I try to build on MAC OSX.</p> <p>Regards,</p> <p>Carl Bourne</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-33329#post-117404</guid>
				<title>FreeBSD: Re: FreeBSD</title>
				<link>http://wiki.openamq.org/forum/t-33329/freebsd#post-117404</link>
				<description></description>
				<pubDate>Mon, 03 Mar 2008 14:58:27 +0000</pubDate>
				<wikidot:authorName>Jacobus Geluk</wikidot:authorName>				<wikidot:authorUserId>42193</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Updated the port, fixed some bugs, added a mirror:</p> <p><a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=121259&amp;cat=ports">http://www.freebsd.org/cgi/query-pr.cgi?pr=121259&amp;cat=ports</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-33329#post-85706</guid>
				<title>FreeBSD: FreeBSD</title>
				<link>http://wiki.openamq.org/forum/t-33329/freebsd#post-85706</link>
				<description></description>
				<pubDate>Tue, 01 Jan 2008 14:55:51 +0000</pubDate>
				<wikidot:authorName>Jacobus Geluk</wikidot:authorName>				<wikidot:authorUserId>42193</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I just created a port for OpenAMQ. It has been submitted to "GNATS"<br /> with PR number 119224.<br /> See <a class="newpage" href="http://wiki.openamq.org/http:www-freebsd-org-cgi-query-pr-cgi-pr-ports-119224">//www.freebsd.org/cgi/query-pr.cgi?pr=ports/119224</a> to view<br /> its status or to download the shar file to use and test the port.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-23992#post-61852</guid>
				<title>amq_client_session_wait returns 0 when timeout expires: Re: amq_client_session_wait returns 0 when timeout expires</title>
				<link>http://wiki.openamq.org/forum/t-23992/amq-client-session-wait-returns-0-when-timeout-expires#post-61852</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2007 16:27:55 +0000</pubDate>
				<wikidot:authorName>martin_sustrik</wikidot:authorName>				<wikidot:authorUserId>939</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>By checking whether there are any messages available. You can either try to get message straight away (amq_client_session_basic_arrived) - in that case return value of NULL means that no message is available - or you can check the number of pending messages (amq_client_session_get_basic_arrived_count).</p> <p>Hope that helps.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-23992#post-61780</guid>
				<title>amq_client_session_wait returns 0 when timeout expires: Re: amq_client_session_wait returns 0 when timeout expires</title>
				<link>http://wiki.openamq.org/forum/t-23992/amq-client-session-wait-returns-0-when-timeout-expires#post-61780</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2007 09:16:38 +0000</pubDate>
				<wikidot:authorName>Jacobus Geluk</wikidot:authorName>				<wikidot:authorUserId>42193</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok, I understand that -1 is for errors only and a timeout is not an error. But how do you then check if a timeout occurred and no messages have been received?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-23992#post-61769</guid>
				<title>amq_client_session_wait returns 0 when timeout expires: Re: amq_client_session_wait returns 0 when timeout expires</title>
				<link>http://wiki.openamq.org/forum/t-23992/amq-client-session-wait-returns-0-when-timeout-expires#post-61769</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2007 07:25:32 +0000</pubDate>
				<wikidot:authorName>pieterh</wikidot:authorName>				<wikidot:authorUserId>99</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I think the documentation needs fixing; we always use -1 in our APIs to indicate an error status, and 'timeout expired' is not an error.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-22696#post-61762</guid>
				<title>Build on Mac OS X fails...: Re: Build on Mac OS X fails...</title>
				<link>http://wiki.openamq.org/forum/t-22696/build-on-mac-os-x-fails#post-61762</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2007 07:14:15 +0000</pubDate>
				<wikidot:authorName>pieterh</wikidot:authorName>				<wikidot:authorUserId>99</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What was the problem that you fixed?</p> <p>We've not tested on FreeBSD for a while, but it used to work fine. If there are any problems they will be in the build process and will be easy to fix.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-23992#post-61724</guid>
				<title>amq_client_session_wait returns 0 when timeout expires: Re: amq_client_session_wait returns 0 when timeout expires</title>
				<link>http://wiki.openamq.org/forum/t-23992/amq-client-session-wait-returns-0-when-timeout-expires#post-61724</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2007 03:03:55 +0000</pubDate>
				<wikidot:authorName>martin_sustrik</wikidot:authorName>				<wikidot:authorUserId>939</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You are right. The function returns 0 if message is received or timeout expires, -1 in case of error. However, the documentation states that "Returns zero if content arrived, or -1 if the timeout expired".</p> <p>Looking at our applications I see they consider a call to wait timeouted if it returns 0 and there are no messages available. I suppose this is a bug in documentation.</p> <p>Thoughts anyone?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-23992#post-60732</guid>
				<title>amq_client_session_wait returns 0 when timeout expires: amq_client_session_wait returns 0 when timeout expires</title>
				<link>http://wiki.openamq.org/forum/t-23992/amq-client-session-wait-returns-0-when-timeout-expires#post-60732</link>
				<description></description>
				<pubDate>Mon, 22 Oct 2007 11:58:43 +0000</pubDate>
				<wikidot:authorName>Jacobus Geluk</wikidot:authorName>				<wikidot:authorUserId>42193</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The following code is very similar to the example in the OpenAMQ docs:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">amq_client_session_wait</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">implChannel</span><span class="hl-code">, </span><span class="hl-number">5000</span><span class="hl-brackets">))</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-brackets">(</span><span class="hl-identifier">implChannel</span><span class="hl-code">-&gt;</span><span class="hl-identifier">alive</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">logDebug</span><span class="hl-code"> &lt;&lt; </span><span class="hl-quotes">"</span><span class="hl-string">Timeout expired</span><span class="hl-quotes">"</span><span class="hl-code"> ; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">logDebug</span><span class="hl-code"> &lt;&lt; </span><span class="hl-quotes">"</span><span class="hl-string">Channel died</span><span class="hl-quotes">"</span><span class="hl-code"> ; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-identifier">logDebug</span><span class="hl-code"> &lt;&lt; </span><span class="hl-quotes">"</span><span class="hl-string">Message(s) arrived</span><span class="hl-quotes">"</span><span class="hl-code"> ; </span><span class="hl-brackets">}</span> </pre></div> </div> <p>My problem is that I never get the message "Timeout expired". The other two work.<br /> The docs say that -1 will be returned when the timeout expired. This does not happen here. amq_client_session_wait always returns 0 when the timeout expires or when messages arrived.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-22696#post-60728</guid>
				<title>Build on Mac OS X fails...: Re: Build on Mac OS X fails...</title>
				<link>http://wiki.openamq.org/forum/t-22696/build-on-mac-os-x-fails#post-60728</link>
				<description></description>
				<pubDate>Mon, 22 Oct 2007 11:45:19 +0000</pubDate>
				<wikidot:authorName>Jacobus Geluk</wikidot:authorName>				<wikidot:authorUserId>42193</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I fixed the problem. I use Mac OS X for development purposes only, not for production. I think we will use FreeBSD for that, does OpenAMQ have any problems on FreeBSD?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-22696#post-58617</guid>
				<title>Build on Mac OS X fails...: Re: Build on Mac OS X fails...</title>
				<link>http://wiki.openamq.org/forum/t-22696/build-on-mac-os-x-fails#post-58617</link>
				<description></description>
				<pubDate>Tue, 16 Oct 2007 17:10:59 +0000</pubDate>
				<wikidot:authorName>pieterh</wikidot:authorName>				<wikidot:authorUserId>99</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I suspect it's a path issue, but even if you fix it, some code won't run properly on Mac OS X (specifically, one of the platform tools, SMT, dies at runtime with a memory violation). This is a known bug and scheduled to be fixed at some point.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-22696#post-56879</guid>
				<title>Build on Mac OS X fails...: Build on Mac OS X fails...</title>
				<link>http://wiki.openamq.org/forum/t-22696/build-on-mac-os-x-fails#post-56879</link>
				<description></description>
				<pubDate>Thu, 11 Oct 2007 14:31:42 +0000</pubDate>
				<wikidot:authorName>Jacobus Geluk</wikidot:authorName>				<wikidot:authorUserId>42193</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>On Mac OS X 10.4.10 I try to build OpenAMQ but I get the following error:</p> <p>(The /develop/OpenAMQ-1.2c4 has been renamed to /develop/openamq)</p> <div class="code"> <pre> <code>mac:~/develop/openamq/OpenAMQ-1.2c4 jag$ ./boomake clean boom I: [OpenAMQ]: Processing project in common... boom I: [OpenAMQ]: Processing project in clients... boom I: [OpenAMQ]: Processing project in server... boom I: [OpenAMQ]: Processing project in operate... boom I: [OpenAMQ]: Processing project in website... mac:~/develop/openamq/OpenAMQ-1.2c4 jag$ ./boomake build boom I: [OpenAMQ]: Processing project in common... boom I: [OpenAMQ_Common]: Building OpenAMQ Common... boomake: line 154: c: command not found boom E: [OpenAMQ_Common]: "c -q -li /Users/jag/develop/openamq/OpenAMQ-1.2c4/_install/include -ll /Users/jag/develop/openamq/OpenAMQ-1.2c4/_install/lib amq_constants" failed - stop boom E: [OpenAMQ]: stop mac:~/develop/openamq/OpenAMQ-1.2c4 jag$</code> </pre></div> <p>What can this be? What is the "c" command here? I suppose it is not the C compiler…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-13658#post-34135</guid>
				<title>Open AMQ won&#039;t build on AIX 5.3: Open AMQ won&#039;t build on AIX 5.3</title>
				<link>http://wiki.openamq.org/forum/t-13658/open-amq-won-t-build-on-aix-5-3#post-34135</link>
				<description></description>
				<pubDate>Thu, 12 Jul 2007 22:06:26 +0000</pubDate>
				<wikidot:authorName>murph</wikidot:authorName>				<wikidot:authorUserId>25823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>murphyj@sbkdjiblade1:OpenAMQ&gt; ./build.sh<br /> boom I: [foreign]: Processing project in c…<br /> boom I: [c]: Building C compile scripts…<br /> boom I: [c]: Installing C compile scripts into /home/murphyj/PubSub/vendor/OpenAMQ/foreign-1.1d4/_install…<br /> boom I: [foreign]: Processing project in apr…<br /> boom I: [apr]: Building apr…<br /> APR-util Version: 1.2.2<br /> Applying apr-util hints file rules for powerpc-ibm-aix5.3.0.0<br /> checking for ldap support…<br /> &lt;hangs here&gt;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-6752#post-15531</guid>
				<title>amq_server segfault: Re: amq_server segfault</title>
				<link>http://wiki.openamq.org/forum/t-6752/amq-server-segfault#post-15531</link>
				<description></description>
				<pubDate>Thu, 29 Mar 2007 12:44:21 +0000</pubDate>
				<wikidot:authorName>martin_sustrik</wikidot:authorName>				<wikidot:authorUserId>939</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok. Bug is fixed. Fix will be available in the next release.</p> <p>In case you want to have a patch immediately, we've posted it to <span class="wiki-email">gro.qmanepo.stsil|ved-qmanepo#gro.qmanepo.stsil|ved-qmanepo</span>.</p> <p>You can subscribe to the list on: <a href="http://www.openamq.org/community.html">http://www.openamq.org/community.html</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-6752#post-15488</guid>
				<title>amq_server segfault: Re: amq_server segfault</title>
				<link>http://wiki.openamq.org/forum/t-6752/amq-server-segfault#post-15488</link>
				<description></description>
				<pubDate>Thu, 29 Mar 2007 06:44:49 +0000</pubDate>
				<wikidot:authorName>martin_sustrik</wikidot:authorName>				<wikidot:authorUserId>939</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Whoa! You've managed to find race condition on connection close after we've run 24/7 tests of this kind for whole weeks. Nice. We are going to fix the bug shortly.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-6752#post-15454</guid>
				<title>amq_server segfault: Re: amq_server segfault</title>
				<link>http://wiki.openamq.org/forum/t-6752/amq-server-segfault#post-15454</link>
				<description></description>
				<pubDate>Thu, 29 Mar 2007 01:10:21 +0000</pubDate>
				<wikidot:authorName>evil_otto</wikidot:authorName>				<wikidot:authorUserId>13800</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This pal script achieves the crash as well.</p> <div class="code"> <pre> <code>&lt;?xml?&gt; &lt;pal script = "amq_pal_gen"&gt; &lt;session&gt; &lt;queue_declare queue = "fqueue" durable="1" /&gt; &lt;queue_bind queue = "fqueue" exchange = "amq.direct" routing_key="J"/&gt; &lt;basic_consume queue = "fqueue" /&gt; &lt;/session&gt; &lt;session&gt; &lt;basic_content size="1000" /&gt; &lt;basic_publish exchange = "amq.direct" routing_key = "J" mandatory="1" immediate="1" /&gt; &lt;basic_publish exchange = "amq.direct" routing_key = "J" /&gt; &lt;basic_publish exchange = "amq.direct" routing_key = "J" /&gt; &lt;/session&gt; &lt;session&gt; &lt;queue_declare queue = "fqueue" durable="1" /&gt; &lt;queue_bind queue = "fqueue" exchange = "amq.direct" routing_key="J"/&gt; &lt;basic_consume queue = "fqueue" /&gt; &lt;/session&gt; &lt;/pal&gt;</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-6752#post-15436</guid>
				<title>amq_server segfault: amq_server segfault</title>
				<link>http://wiki.openamq.org/forum/t-6752/amq-server-segfault#post-15436</link>
				<description></description>
				<pubDate>Wed, 28 Mar 2007 23:46:10 +0000</pubDate>
				<wikidot:authorName>evil_otto</wikidot:authorName>				<wikidot:authorUserId>13800</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have 2 client programs, a sender and a receiver.</p> <p>The sender connects, opens a channel, and calls basic:publish to send a number of messages to amq.direct.</p> <p>The receiver connects, opens a channel, declares a queue, binds the queue to amq.direct, calls basic:consume, and sits listening for incoming messages.</p> <p>If I start my receiver, abort it (hit control-c to cause an abnormal disconnect), run my sender, and then start my receiver again, openamq segfaults.</p> <p>(I hope to have my client in distributable form shortly, currently it is just a pile of files)</p> <p>OS is linux 2.4.</p> <p>Here is trace output:</p> <p>$ ./amq_server -v<br /> OpenAMQ/1.2c1 - revision 10266<br /> Production release</p> <p>Copyright (c) 2007 iMatix Corporation<br /> This is free software; see the source for copying conditions. There is NO<br /> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p> <p>Build model:Production release<br /> Memory model: direct<br /> Threading model: multithreaded</p> <p>Compiler: gcc -c -I/u01/jeff/amqp/OpenAMQ-1.2c1/OpenAMQ-1.2c1/_install/include -O2 -Wall -pthread -D_REENTRANT -DICL_MEM_DEFAULT_DIRECT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DBASE_THREADSAFE -I/u01/jeff/amqp/ibase/include amq_server.c</p> <p>$ ./amq_server —trace 1<br /> OpenAMQ/1.2c1<br /> Production release</p> <p>Copyright (c) 2007 iMatix Corporation<br /> This is free software; see the source for copying conditions. There is NO<br /> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p> <p>2007-03-28&nbsp;16:39:53: W: security warning - logins use default passwords<br /> 2007-03-28&nbsp;16:39:53: I: server binding to 10.223.234.165:5672<br /> 2007-03-28&nbsp;16:39:53: I: server starting in stand-alone mode<br /> 2007-03-28&nbsp;16:39:54: I: server ready for incoming AMQ connections<br /> 2007-03-28&nbsp;16:39:57: I: send connection.start: version_major=0 version_minor=9 server_properties=197B mechanisms=5B locales=5B<br /> 2007-03-28&nbsp;16:39:57: I: recv connection.start-ok: client_properties=61B mechanism="PLAIN" response=13B locale="en_US"<br /> 2007-03-28&nbsp;16:39:57: I: send connection.tune: channel_max=255 frame_max=32768 heartbeat=2<br /> 2007-03-28&nbsp;16:39:57: I: recv connection.tune-ok: channel_max=5 frame_max=32767 heartbeat=2<br /> 2007-03-28&nbsp;16:39:57: I: recv connection.open: virtual_host="test" capabilities="" insist=0<br /> 2007-03-28&nbsp;16:39:57: I: send connection.open-ok: known_hosts=""<br /> 2007-03-28&nbsp;16:39:57: I: recv channel.open: out_of_band="/development"<br /> 2007-03-28&nbsp;16:39:57: I: send channel.open-ok: channel_id=4B<br /> 2007-03-28&nbsp;16:39:57: I: recv queue.declare: ticket=101 queue="fqueue" passive=0 durable=1 exclusive=0 auto_delete=0 nowait=0 arguments=0B<br /> 2007-03-28&nbsp;16:39:57: I: send queue.declare-ok: queue="fqueue" message_count=0 consumer_count=0<br /> 2007-03-28&nbsp;16:39:57: I: recv queue.bind: ticket=101 queue="fqueue" exchange="amq.direct" routing_key="joe" nowait=0 arguments=0B<br /> 2007-03-28&nbsp;16:39:57: I: send queue.bind-ok:<br /> 2007-03-28&nbsp;16:39:57: I: recv basic.consume: ticket=101 queue="fqueue" consumer_tag="mine" no_local=0 no_ack=1 exclusive=0 nowait=0 arguments=0B<br /> 2007-03-28&nbsp;16:39:57: I: send basic.consume-ok: consumer_tag="mine"<br /> 2007-03-28&nbsp;16:39:57: W: unexpected disconnection (127.0.0.1:42257, tcl-amqp-client, 0.1, )<br /> 2007-03-28&nbsp;16:39:59: I: send connection.start: version_major=0 version_minor=9 server_properties=197B mechanisms=5B locales=5B<br /> 2007-03-28&nbsp;16:39:59: I: recv connection.start-ok: client_properties=61B mechanism="PLAIN" response=13B locale="en_US"<br /> 2007-03-28&nbsp;16:39:59: I: send connection.tune: channel_max=255 frame_max=32768 heartbeat=2<br /> 2007-03-28&nbsp;16:39:59: I: recv connection.tune-ok: channel_max=5 frame_max=32767 heartbeat=2<br /> 2007-03-28&nbsp;16:39:59: I: recv connection.open: virtual_host="test" capabilities="" insist=0<br /> 2007-03-28&nbsp;16:39:59: I: send connection.open-ok: known_hosts=""<br /> 2007-03-28&nbsp;16:39:59: I: recv channel.open: out_of_band="/development"<br /> 2007-03-28&nbsp;16:39:59: I: send channel.open-ok: channel_id=4B<br /> 2007-03-28&nbsp;16:39:59: I: recv basic.publish: ticket=101 exchange="amq.direct" routing_key="joe" mandatory=1 immediate=1<br /> 2007-03-28&nbsp;16:39:59: I: send basic.return: reply_code=310 reply_text="No immediate consumers for Basic message" exchange="amq.direct" routing_key="joe"<br /> 2007-03-28&nbsp;16:39:59: I: recv basic.publish: ticket=101 exchange="amq.direct" routing_key="joe" mandatory=0 immediate=0<br /> 2007-03-28&nbsp;16:39:59: I: recv basic.publish: ticket=101 exchange="amq.direct" routing_key="joe" mandatory=0 immediate=0<br /> 2007-03-28&nbsp;16:39:59: W: unexpected disconnection (127.0.0.1:42258, tcl-amqp-client, 0.1, )<br /> 2007-03-28&nbsp;16:40:00: I: send connection.start: version_major=0 version_minor=9 server_properties=197B mechanisms=5B locales=5B<br /> 2007-03-28&nbsp;16:40:00: I: recv connection.start-ok: client_properties=61B mechanism="PLAIN" response=13B locale="en_US"<br /> 2007-03-28&nbsp;16:40:00: I: send connection.tune: channel_max=255 frame_max=32768 heartbeat=2<br /> 2007-03-28&nbsp;16:40:00: I: recv connection.tune-ok: channel_max=5 frame_max=32767 heartbeat=2<br /> 2007-03-28&nbsp;16:40:00: I: recv connection.open: virtual_host="test" capabilities="" insist=0<br /> 2007-03-28&nbsp;16:40:00: I: send connection.open-ok: known_hosts=""<br /> 2007-03-28&nbsp;16:40:01: I: recv channel.open: out_of_band="/development"<br /> 2007-03-28&nbsp;16:40:01: I: send channel.open-ok: channel_id=4B<br /> 2007-03-28&nbsp;16:40:01: I: recv queue.declare: ticket=101 queue="fqueue" passive=0 durable=1 exclusive=0 auto_delete=0 nowait=0 arguments=0B<br /> Segmentation fault</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-6428#post-14696</guid>
				<title>Executing PAL Scripts: Re: Executing PAL Scripts</title>
				<link>http://wiki.openamq.org/forum/t-6428/executing-pal-scripts#post-14696</link>
				<description></description>
				<pubDate>Fri, 23 Mar 2007 17:33:28 +0000</pubDate>
				<wikidot:authorName>85.216.227.35</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hm, can you attach the the ouput from the problem you have? It should be as easy as i've suggested: pal demo.pal and run the executable.</p> <p>BTW, you can join <span class="wiki-email">gro.qmanepo.stsil|ved-qmanepo#gro.qmanepo.stsil|ved-qmanepo</span>, that way the feedback from us will be a bit more rapid.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-6428#post-14694</guid>
				<title>Executing PAL Scripts: Re: Executing PAL Scripts</title>
				<link>http://wiki.openamq.org/forum/t-6428/executing-pal-scripts#post-14694</link>
				<description></description>
				<pubDate>Fri, 23 Mar 2007 16:51:15 +0000</pubDate>
				<wikidot:authorName>217.41.98.13</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thanks Martin!</p> <p>Still can't get it to do much though - Thought I would try and build a simple script to send/receive some data to the AMQ broker. It does'nt seem to be that straight forward though.</p> <p>Any working demo scripts would be useful.</p> <p>Do I run "gsl demo.pal" first?</p> <p>Carl</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wiki.openamq.org/forum/t-6428#post-14624</guid>
				<title>Executing PAL Scripts: Re: Executing PAL Scripts</title>
				<link>http://wiki.openamq.org/forum/t-6428/executing-pal-scripts#post-14624</link>
				<description></description>
				<pubDate>Fri, 23 Mar 2007 05:25:41 +0000</pubDate>
				<wikidot:authorName>martin_sustrik</wikidot:authorName>				<wikidot:authorUserId>939</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Keep in mind that PAL is a compiled language. I.e. 'pal' command compiles your pal script, making an executable. The executable then accepts the command line options you've listed.</p> <p>$ pal demo.pal<br /> 2007/03/23&nbsp;06:24:06: gsl/4 M: Generating demo.c…<br /> Compiling demo…<br /> Linking demo…<br /> $ ./demo -s 127:0.0.1:5672<br /> …</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>