Commit Graph

59444 Commits

Author SHA1 Message Date
Ben Hood ec42761592 Savepoint for lifecycle test that now works without realms or tickets 2008-07-13 19:34:00 +01:00
Ben Hood 49307edfa2 Backed out changeset 35cf4476380c 2008-07-13 14:25:14 +01:00
Ben Hood 1e0e4bdfe9 Started work on removing tickets and realms, but this work may have to depend on bug17070 2008-07-13 14:02:03 +01:00
Matthias Radestock 8764bf5a85 proper use of #realm_resource{} 2008-07-12 11:06:07 +01:00
Matthias Radestock 2538ff288e minor refactoring of preen_realm 2008-07-12 10:36:48 +01:00
Matthias Radestock 30e6d7a967 rabbit_realm:check/2 is run outside tx 2008-07-12 10:24:41 +01:00
Matthias Radestock 59b0187504 cosmetic 2008-07-12 10:20:36 +01:00
Matthias Radestock 37b37bec44 cosmetic changes 2008-07-12 10:00:15 +01:00
Matthias Radestock c3a84592c8 Backed out changeset a764527adf12 2008-07-11 16:38:19 +01:00
Ben Hood ac559c126e Rolling back misunderstanding about how preening works 2008-07-11 16:22:59 +01:00
Tony Garnock-Jones 0cf76f887a New changelog entries for 1.4.0 2008-07-09 14:39:07 +01:00
Tony Garnock-Jones c7ca7d9be7 Migrate .hgignore from umbrella 2008-07-08 12:18:00 +01:00
Tony Garnock-Jones bb63114ae6 More .hgignore entries from umbrella 2008-07-08 12:16:59 +01:00
Tony Garnock-Jones 25a636b431 Migrate .hgignore entries from umbrella. 2008-07-08 12:13:14 +01:00
Tony Garnock-Jones f07b581df9 Avoid copying the codegen directory's .hg dir when building a source dist. 2008-07-08 12:12:42 +01:00
Ben Hood b985a1832b Tightened up the code in rabbit_realm a little bit 2008-07-06 22:12:38 +01:00
Ben Hood ccdf9a6065 Fixed some of the QA notes 2008-07-06 18:30:05 +01:00
Ben Hood 4dcea129a9 Migrated branch bug18752 2008-07-06 00:39:50 +01:00
Tony Garnock-Jones 91e36ab6e6 Adjust to life under the new umbrella. 2008-07-03 14:46:20 +01:00
Tony Garnock-Jones d0700a23d3 Migrate branch bug18784 2008-07-03 13:59:36 +01:00
Tony Garnock-Jones 7279a32f7a Migrate branch bug18732 2008-07-03 13:58:10 +01:00
Tony Garnock-Jones a67888aae7 Migrate branch bug17070 2008-07-03 13:46:09 +01:00
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