Commit Graph

59372 Commits

Author SHA1 Message Date
Tony Garnock-Jones a41fc5ad04 Migrate branch bug17070 2008-07-03 13:45:32 +01:00
Tony Garnock-Jones 675869a277 Initial commit, from repo-rebase-20080703121916_default (e96543d904a2) 2008-07-03 13:35:11 +01:00
Tony Garnock-Jones 5aa63a26a1 Initial commit, from repo-rebase-20080703121916_default (e96543d904a2) 2008-07-03 13:35:10 +01:00
Ben Hood 53c9dc3928 Added extra wrapper calls to lib_amqp 2008-06-27 17:27:07 +01:00
Tony Garnock-Jones 2978359960 Since 18550 landed, the path is different 2008-06-26 12:32:14 +01:00
Ben Hood fb2b4e52d6 Differentiates between hard and soft errors in the connection process 2008-06-25 10:18:45 +01:00
Ben Hood a55b60e3ba Fix for bug when you try to publish to a non-existent exchange that crashes the connection, network case 2008-06-25 09:01:32 +01:00
Ben Hood b5e209b4f8 Fix for bug when you try to publish to a non-existent exchange that crashes the connection 2008-06-25 00:11:52 +01:00
Ben Hood ddb6cf6d00 Fixed type arguments in call to exit() 2008-06-23 11:30:53 +01:00
Tony Garnock-Jones 41ba30afc9 Ignore .beam files 2008-06-17 13:09:53 +01:00
Tony Garnock-Jones 25463a5472 Remove tailor detritus 2008-06-17 13:08:20 +01:00
Tony Garnock-Jones c62bbf6368 Support binding during SUBSCRIBE. (Thanks to Artur Bergman) 2008-06-16 16:39:29 +01:00
Tony Garnock-Jones dc230745f0 Fixes to STOMP adapter that came out of some experiments I ran
after talking to Sean Treadway.

 - make it log the start/stop of each connection

 - ignore writer shutdown messages (this was making it not-send
   amqp error messages in some circumstances) because we're both
   writer and reader, and if the writer is being told to quit,
   the reader will shortly follow

 - don't send ERROR frames to client on {'EXIT',_Pid,normal},
   because they're just noise. Normal exits are the way the
   channel and/or buffering_proxy shut down when there's no
   exceptional condition, and conversely whenever there's an
   exceptional condition, a non-normal exit reason is given.
2008-06-01 22:08:38 +01:00
Tony Garnock-Jones be90e8b4e7 Make the example actually *use* a durable declaration :-) 2008-06-01 20:54:15 +01:00
Tony Garnock-Jones 869f4db8a3 Apply Sean Treadway's patch. 2008-06-01 11:38:18 +01:00
0x6e6562 1b5f11cba2 Subscription RPC requests now use the standard top-half/bottom-half mechanism 2008-05-15 11:22:47 +00:00
0x6e6562 73960b4e0a Linked network writer pid to channel process 2008-05-15 09:40:35 +00:00
0x6e6562 fe61df8970 Converted tabs to spaces 2008-05-12 22:02:20 +00:00
0x6e6562 b06baa9ecf Fix for bug in request queuing that assumed commands could be pipelined 2008-05-12 21:41:12 +00:00
0x6e6562 3da6b6cc2e Made reader loop tail recursive 2008-05-12 20:39:48 +00:00
0x6e6562 8ea9dde2b0 Channel Writer process is now shutdown in the network case 2008-05-12 20:31:22 +00:00
0x6e6562 2a20c05029 Subscriptions can now be requested concurrently 2008-05-12 18:02:16 +00:00
0x6e6562 00f52e9b86 Synchronous RPC requests are now queued up and dispatched serially 2008-05-09 22:55:14 +00:00
0x6e6562 95ea5768f0 Bug fix that failed to detect multiple synchronous RPC requests 2008-05-08 19:13:51 +00:00
Tony Garnock-Jones 31911b2e3e Add README. 2008-05-07 16:53:20 +01:00
Tony Garnock-Jones c1c4809f2f Rename examples to be more OTP-convention-like 2008-05-06 12:50:00 +01:00
Tony Garnock-Jones 48480f4433 Add perl examples. 2008-05-05 02:55:35 +01:00
Tony Garnock-Jones 529ccdc95a Use the erlang/rabbit source directory variable. 2008-05-01 11:53:29 +01:00
Tony Garnock-Jones 04c9a7019f Avoid losing messages when the socket closes abruptly by calling
rabbit_channel:shutdown/1, which nicely processes all the pending work
before notifying us of channel closure.
2008-04-30 16:48:11 +01:00
Tony Garnock-Jones 7ceb19b1e4 Update to new type signatures. 2008-04-30 15:05:33 +01:00
Tony Garnock-Jones ac84c959be Simplify and remove delays in the cb-receiver program. 2008-04-29 18:21:36 +01:00
Tony Garnock-Jones 05ce41ebf1 Use string_guid instead of binstring_guid 2008-04-29 18:05:58 +01:00
Tony Garnock-Jones df6b3869fe Update to new 1.3.0 way of building gensyms/guids 2008-04-29 12:36:18 +01:00
Tony Garnock-Jones 421ec13e95 Carl Bourne's test cases 2008-04-29 12:36:02 +01:00
Tony Garnock-Jones ffe62a1ce1 Change Makefile to point at new hg relative path for rabbitmq broker. 2008-04-29 12:35:28 +01:00
adrian@lshift.net 8a8a634590 "${ERLCALL} -q" to quit in Makefile 2008-02-21 11:36:29 +00:00
adrian@lshift.net c28c9962d2 Better Makefile 2008-02-21 11:31:21 +00:00
adrian@lshift.net 7ab8df3848 Makefile fix, part 2 bis (no change in code though) 2008-02-20 17:15:57 +00:00
adrien@lshift.net 4659dc5afe Makefile fix, part 2 2008-02-20 16:29:02 +00:00
adrien@lshift.net 1aa5e4317d Makefile fix and bug 17806 2008-02-20 13:26:25 +00:00
Tony Garnock-Jones 900991f41c Use $(MAKE) instead of make. 2008-02-03 14:40:00 +00:00
Tony Garnock-Jones 5df958d632 Use -I to find rabbit hrl files, not include_lib 2008-02-01 23:17:16 +00:00
Tony Garnock-Jones 6e989c5ef5 Transactions were implemented a few revisions ago. 2008-02-01 21:56:30 +00:00
Tony Garnock-Jones 7938ac4c9d Ignore .beam files. 2008-02-01 21:55:59 +00:00
Tony Garnock-Jones 7fb304dbf9 Create ebin before trying to compile 2008-02-01 18:14:24 +00:00
Tony Garnock-Jones 2fa07ed3ca More cleanup from tailor 2008-02-01 18:10:59 +00:00
Tony Garnock-Jones dfd885673c Clean up after tailor's migration from darcs 2008-02-01 18:08:53 +00:00
Tony Garnock-Jones a11dff9e41 Added tag Migrated to mercurial for changeset a28eea2c2a2b 2008-02-01 18:03:03 +00:00
Tony Garnock-Jones 80c8ed9379 [project @ Improve error reporting.] 2008-01-29 12:52:31 +00:00
0x6e6562 82dc596575 Bug fix for connection close 2008-01-18 22:41:46 +00:00