descriptionRabbitMQ STOMP gateway
ownerinfo@rabbitmq.com
last changeTue, 15 May 2012 14:59:47 +0100
changes
6 days ago Michael Bridgen Use new, flat API for SSL peer name bug24831 tip
3 weeks ago Simon MacMullen Added tag rabbitmq_v2_8_2 for changeset 027349f33211 default
4 weeks ago Simon MacMullen Junk bug24866 junk
4 weeks ago Simon MacMullen API change bug24866
4 weeks ago Steve Powell Earlier versions of Erlang don't have integer_to_list/2 auto-imported. rabbitmq_v2_8_2
5 weeks ago Emile Joubert Merged bug24763 into default
5 weeks ago Steve Powell Destination on MESSAGE frames reflects SEND destination, not SUBSCRIBE destination; bug24763
7 weeks ago Simon MacMullen Merge bug 23463
7 weeks ago Emile Joubert Generalise memory alarm bug23463
7 weeks ago Emile Joubert Merged bug24799 into default
8 weeks ago Steve Powell Merge in default. bug24799
8 weeks ago Steve Powell Update connect_options.py to check for error frame (if bad connect) bug24799
8 weeks ago Simon MacMullen Added tag rabbitmq_v2_8_1 for changeset 9c0ef158faf8
2 months ago Simon MacMullen Added tag rabbitmq_v2_8_0 for changeset f98894d59e3c rabbitmq_v2_8_1
2 months ago Simon MacMullen Merge bug24796 rabbitmq_v2_8_0
2 months ago Simon MacMullen Test implicit connections even if we *are* doing SSL tests, by turning implicit connect on just for the test. bug24796
2 months ago Steve Powell Removed impossible not_found in login_header/3 bug24796
2 months ago Simon MacMullen Log the various authentication failures possible.
2 months ago Steve Powell Updated test ssl.config to remove default user (and implicit connect); bug24796
2 months ago Steve Powell Merge bug24791 into default
2 months ago Simon MacMullen Slightly more comment bug24791
2 months ago Simon MacMullen Add failing test. We can't implement this in Python since stomp.py seems buggy in this area anyway (I'm not sure it sends DISCONNECT). bug24791
2 months ago Simon MacMullen Make the reader transient. Explain why. bug24791
2 months ago Simon MacMullen Make sure STOMP connections have a name, and thus fix mgmt connection listing.
2 months ago Steve Powell Merge bug24761 into default
2 months ago Steve Powell Allow "server:.*" header on CONNECTED frames in tests. bug24761
2 months ago Simon MacMullen "server" header in CONNECTED frame. bug24761
2 months ago Simon MacMullen Consistency.
2 months ago Steve Powell Merge bug24753 into default
2 months ago Steve Powell Merge bug24182 into default
2 months ago Simon MacMullen Merge in default (something of a biggie, merge of bug24744 demanded we move stuff around). bug24182
2 months ago Simon MacMullen Merge bug24744
2 months ago Simon MacMullen Cosmetic bug24744
2 months ago Marek Majkowski Merge stomp_processor_sock to stomp_reader bug24744
2 months ago Marek Majkowski implicit return type for start_processor bug24744
2 months ago Marek Majkowski rabbit_net:send was wrapped in catch previously bug24744
2 months ago Marek Majkowski SendFunc shall be SendFun bug24744
3 months ago Marek Majkowski Allow the protocol name to be customized bug24744
2 months ago Steve Powell Merge bug24542 into default
3 months ago Steve Powell Some renaming, macros and refactoring in the name of encapsulation. bug24542
3 months ago Emile Joubert Merged bug24751 into junk junk
3 months ago Emile Joubert Rename internal subscription prefix bug24542
3 months ago Simon MacMullen Oops bug24753
3 months ago Emile Joubert Rename internal subscription prefix, add safety checks bug24542
3 months ago Simon MacMullen Forgot to add this... bug24182
3 months ago Simon MacMullen Revert accidental inclusion of bug24753. bug24182
3 months ago Simon MacMullen "Promote" implicit_connect to the top level since it is no longer just for default_user bug24182
3 months ago Simon MacMullen Move the mode thing into the server too. bug24182
3 months ago Simon MacMullen SSL client certificate authentication. In theory based on Shane Hathaway's patch but there's probably nothing left of it by now. bug24182
3 months ago Simon MacMullen Rebuild the test config every time and thus make it a lot damn clearer whether or not the SSL tests are running and why.
3 months ago Marek Majkowski Cosmetic: the power of pattern matching bug24744
3 months ago Marek Majkowski Get heartbeats working again - must support both sync and async data sending bug24744
3 months ago Simon MacMullen Don't enter an infinite loop if implict connect fails. bug24753
3 months ago Marek Majkowski Subtle typo bug24744
3 months ago Marek Majkowski Move Sock functions out of processor bug24744
3 months ago Simon MacMullen Unused variable warning
3 months ago Simon MacMullen Remove code that checks for config vars not being set: this can never happen.
3 months ago Marek Majkowski Despaghettifying part 1 - move most of the rabbit_net calls to init bug24744
3 months ago Simon MacMullen Patch received from Shane, updated to be branched from default. bug24751
3 months ago Emile Joubert Backed out changeset c0b6b23c6ec9 bug24542
3 months ago Emile Joubert Use unpredictable subscription id bug24542
3 months ago Emile Joubert Provide fake subscriptions for reply messages bug24542
3 months ago Marek Majkowski missed io:format bug24744
3 months ago Marek Majkowski Modularize rabbit_net calls in stomp_processor - allow pluggable transports other than raw tcp. bug24744
3 months ago Steve Powell Merge 24740 into default.
3 months ago Steve Powell Redundant. bug24740
3 months ago Matthias Radestock ensure that generated queue names meet the AMQP spec bug24740
3 months ago Matthias Radestock there is no need to hash the subscription id bug24740
3 months ago Matthias Radestock produce valid utf8 in generated queue names bug24740
3 months ago Emile Joubert Merged bug24505 into default
3 months ago Emile Joubert Merged bug24670 into default
3 months ago Simon MacMullen Merge bug24606
3 months ago Simon MacMullen This is obsolete, delete rather than update copyright. bug24606
3 months ago Emile Joubert Update copyright 2012 bug24606
3 months ago Matthias Radestock refactor: use new rabbit_misc:format/2
3 months ago Simon MacMullen Merge in default bug24670
3 months ago Emile Joubert Update copyright 2012 bug24606
3 months ago Francesco Mazzoli rabbit_guid:string_guid/1 -> rabbit_guid:string/2. bug24505
3 months ago Matthias Radestock merge bug24336 into default
3 months ago Matthias Radestock oops bug24336
3 months ago Matthias Radestock merge default into bug24336 bug24336
3 months ago Matthias Radestock extract error logging bug24336
3 months ago Simon MacMullen Don't explode on AMQP death. bug24336
3 months ago Simon MacMullen Merge bug22470
3 months ago Simon MacMullen Fix the little test client so it actually uses the parser correctly and does not drop messages. bug24670
3 months ago Simon MacMullen Actually pay attention to the rabbit_stomp_frame:parse/2 API. bug24670
3 months ago Simon MacMullen Merge default bug24670
3 months ago Simon MacMullen Whitespace bug24670
3 months ago Matthias Radestock produce only one log entry for abnormal connection closure bug22470
3 months ago Matthias Radestock merge default into bug22470 bug22470
3 months ago Simon MacMullen Tweak the tuple we get... bug24336
3 months ago Simon MacMullen Only link to the connection, otherwise we get a race where the link conn -> stomp_processor -> channel can take out the channel from under the connection. This solves bug24336 but is perhaps not completely ideal. bug24336
3 months ago Steve Powell Merge bug24698 into default
3 months ago Steve Powell Merge default in bug24698
3 months ago Steve Powell Merge bug24688 into default.
3 months ago Steve Powell Merge in default bug24688
3 months ago Matthias Radestock use the existing error reason formatter bug24336
3 months ago Matthias Radestock refactored error message creation bug24336
3 months ago Matthias Radestock merge default into bug24336 bug24336
3 months ago Matthias Radestock more accurate log message/level bug22470
3 months ago Matthias Radestock always use rabbit_log for logging bug22470
3 months ago Matthias Radestock use the new rabbit_log:log for STOMP connection logging bug22470
3 months ago Matthias Radestock error_logger flood prevention bug22470
3 months ago Matthias Radestock consistency bug22470
3 months ago Matthias Radestock use the new rabbit_net:connection_string/2 bug22470
3 months ago Matthias Radestock merge default into bug24698 bug24698
3 months ago Matthias Radestock make start_client/2 return the reader instead of the sup
3 months ago Matthias Radestock move ssl upgrade from acceptor to reader bug24698
3 months ago Matthias Radestock use new rabbit_networking:tcp_listener_spec/6
3 months ago Matthias Radestock keep up with broker API changes
3 months ago Matthias Radestock refactor: eliminate pointless indirection
4 months ago Simon MacMullen Sicne we trap_exits why don't we link to the connection / channel(s) and do something sensible if they die? bug24336
4 months ago Simon MacMullen Silence warnings
4 months ago Simon MacMullen The other plugins do not announce themselves like this, stomp should not either.
4 months ago Matthias Radestock only create destination queues once per session bug24688
4 months ago Simon MacMullen Continue on our quest towards being able to count. bug24670
4 months ago Simon MacMullen Mask lumpiness bug24670
4 months ago Simon MacMullen Turns out I actually can't count. Previous version assumed one send stats for every recv stats, but the recv ones tend to run behind... bug24670
4 months ago Simon MacMullen WIP bug24670
4 months ago Simon MacMullen A simple publish-and-consume-as-fast-as-you-can test since I'm not convinced about the performance of some of the clients we've poked at. I was going to call this multicast_plain but I think puns like that would be discouraged. bug24670
5 months ago Steve Powell Added tag rabbitmq_v2_7_1 for changeset 3c6e64157010
5 months ago Steve Powell Add test to detect this problem bug24623
5 months ago Emile Joubert Merged bug24364 into default rabbitmq_v2_7_1
5 months ago Emile Joubert Wrap bug24364
5 months ago Steve Powell Put description in test. bug24364
5 months ago Simon MacMullen Merge bug 24572.
5 months ago Steve Powell Simplify take_prefix to be more idiomatic Erlang bug24572
5 months ago Steve Powell Simple test for rejection. bug24364
5 months ago Steve Powell Added check for headers not allowed on SEND bug24364
5 months ago Steve Powell Factored out header strings. bug24364
5 months ago Simon MacMullen Cosmetic bug24572
5 months ago Steve Powell Removed take_prefix/3; simplified take_prefix/2. bug24572
5 months ago Steve Powell Rewrite split_* to split/2; taking Splitter list as parm. bug24572
5 months ago Steve Powell Tidied and corrected split functions: bug24572
6 months ago Steve Powell Recoded regexp:split and regexp:gsub calls to avoid regexp. bug24572
6 months ago Emile Joubert Merged bug24541 into default
6 months ago Emile Joubert Whitespace bug24541
6 months ago Steve Powell Moved common constraints into an hrl bug24541
6 months ago Steve Powell Code to pass test. bug24541
6 months ago Steve Powell Add test to demonstrate problem. bug24541
6 months ago Steve Powell Added tag rabbitmq_v2_7_0 for changeset f52d6ad39a3e
7 months ago Simon MacMullen Merge bug21319 (include plugins in source and binary packages) rabbitmq_v2_7_0
7 months ago Alexandru Scvortov update installation instructions bug21319
7 months ago Alexandru Scvortov stomp needs amqp_client bug21319
8 months ago Rob Harrop Merge bug24426 into default
8 months ago Steve Powell Silently cope with unexpected conserve memory calls. bug24426
8 months ago Matthew Sackman Merging heads
8 months ago Tim Fox Added tag rabbitmq_v2_6_1 for changeset d21e2feffbf6
8 months ago Matthias Radestock cosmetic and minor refactors
8 months ago Matthew Sackman Added tag rabbitmq_v2_6_0 for changeset 15d580297dbe rabbitmq_v2_6_1
8 months ago Matthias Radestock merge heads
8 months ago Tim Fox Added tag rabbitmq_v2.6.0 for changeset 15d580297dbe
8 months ago Steve Powell Merge bug24375 into default.
8 months ago Steve Powell Update close_socket in rabbit patch for test. bug24375
8 months ago Steve Powell Merge in default. bug24375
8 months ago Steve Powell Merge bug24373 into default.
8 months ago Steve Powell Merge in default bug24373
8 months ago Rob Harrop Handle case when we get acks with no recorded receipts bug24375
8 months ago Rob Harrop Merge bug24312 into junk junk
8 months ago Rob Harrop Fix handling of confirms for unrecorded receipts bug24375
9 months ago Rob Harrop Merge with default bug24312
9 months ago Rob Harrop Merge bug24324 into default rabbitmq_v2.6.0 rabbitmq_v2_6_0
9 months ago Rob Harrop Support header trimming for 1.0 clients bug24373
9 months ago Steve Powell Rename and simplify shutdown_channel_and_connection to close_connection. bug24324
9 months ago Steve Powell Remove catch from rabbit_net:*name calls but retain case (in case of {error, einval}). bug24324
9 months ago Rob Harrop Merge with default bug24324
9 months ago Steve Powell Merge bug24324 into bug24312 to check fix. bug24312
9 months ago Steve Powell Backout rabbit.patch alterations bug24312
9 months ago Steve Powell Merge bug24366
9 months ago Steve Powell Merge default bug24366
9 months ago Steve Powell Make shutdown_channel_and_connection more comprehensive bug24324
9 months ago Steve Powell Merge default bug24324
9 months ago Steve Powell Prevent premature death of stomp_reader and stomp_processor to clean up connection: bug24324
9 months ago Simon MacMullen Merge bug24186
9 months ago Rob Harrop Remove default prefetch for /queue destinations bug24366
9 months ago Steve Powell Merge in default. bug24324
9 months ago Steve Powell Improve ack tests bug24324
9 months ago Alexandru Scvortov merge default into bug24186 bug24186
9 months ago Marek Majkowski bug24331 merged into default
9 months ago Marek Majkowski Added one more test - no content length + binary (utf) data on the wire. bug24331
9 months ago Steve Powell Merge bug24304 into default
9 months ago Steve Powell Add test to check we do NOT supply a content-type header when omitted bug24331
9 months ago Steve Powell Remove the default content-type header for SENT messages. bug24331
9 months ago Steve Powell Change logic in Connection.close_socket() bug24312
9 months ago Steve Powell Whoops -- adjust again.
9 months ago Steve Powell Sleep slightly before closing socket to allow test_send_and_disconnect() to work.
9 months ago Steve Powell Tweak to test to diagnose CI build failures.
9 months ago Steve Powell A tweak to test to diagnose CI failures.
9 months ago Steve Powell Make small change to stomp connect.py close_socket() logic.
9 months ago Steve Powell Upped wait times in three tests to see if CI builds are better. See bug24312.
9 months ago Steve Powell Merge bug24255 into default.
9 months ago Steve Powell Adjust wait time again in test. bug24255
9 months ago Steve Powell Merge default in. bug24255
9 months ago Steve Powell Recoded aessertTrue() in test_interleaved_receipt_no_receipt_tx. bug24255
9 months ago Steve Powell Merge bug24257 into default.
9 months ago Steve Powell Merge in default, resolving conflicts. bug24257
9 months ago Steve Powell Merge bug23864 into default
9 months ago Rob Harrop Fixed heartbeat byte bug24304
10 months ago Rob Harrop Support for durable subscriptions bug24255
10 months ago Rob Harrop Merge with bug23864 bug24257
...
tags
4 weeks ago rabbitmq_v2_8_2
2 months ago rabbitmq_v2_8_1
2 months ago rabbitmq_v2_8_0
5 months ago rabbitmq_v2_7_1
7 months ago rabbitmq_v2_7_0
8 months ago rabbitmq_v2_6_1
9 months ago rabbitmq_v2_6_0
9 months ago rabbitmq_v2.6.0
10 months ago rabbitmq_v2_5_1
11 months ago rabbitmq_v2_5_0
...
branches
6 days ago ebf991447a22 bug24831
3 weeks ago 5dcbc93deef8 default
4 weeks ago d3f4fb01dfe6 junk
4 weeks ago 300fb6c90e65 bug24866
5 weeks ago dcb42943bcef bug24763
7 weeks ago 9cd4124f490d bug23463
8 weeks ago 22b5dc0b8d5c bug24799
2 months ago f2bc56189eab bug24796
2 months ago 6507577632fb bug24791
2 months ago 3e43ff7ebb0a bug24761
2 months ago 1a19eedff001 bug24182
2 months ago 827dc10abc4e bug24744
3 months ago 9b4daccbce10 bug24542
3 months ago 53a3ffd78714 bug24753
3 months ago 12c445652259 bug24751
3 months ago c63e034fa857 bug24740
3 months ago ca41c43d3088 bug24606
3 months ago d2b011329a18 bug24670
3 months ago 4a11c47bef93 bug24505
3 months ago a5b1f42e75d4 bug24336
3 months ago 37b85e05833a bug22470
3 months ago 7901ab6e869f bug24698
3 months ago 3ce29b291378 bug24688
5 months ago 65cdaa592b20 bug24623
5 months ago fa868476f816 bug24364
5 months ago f609d090d731 bug24572
6 months ago 5f1d9b621d11 bug24541
7 months ago d6d090489ffd bug21319
8 months ago 9b72a9dbb35a bug24426
8 months ago b1f6b66f93d0 bug24375
8 months ago dabc46f64d4f bug24373
9 months ago 49bd295950d7 bug24312
9 months ago 83b37a07525f bug24324
9 months ago a0c285857266 bug24366
9 months ago e1e5462dcd42 bug24186
9 months ago ecc62fcdc57d bug24331
9 months ago 251d23fc0e64 bug24255
9 months ago 8f2d5cc0345c bug24257
9 months ago c787e1815eca bug24304
10 months ago f408fcff7f34 bug23864
10 months ago d2a04b35d866 bug24274
10 months ago 40d0100fdb92 bug24220
10 months ago a0acc246215b v2_5
11 months ago b0081b7a9546 bug24187
11 months ago c036572980e4 bug24127
11 months ago 120530e944e0 bug24059
11 months ago 45da8c1de616 bug24154
11 months ago 12297bf1c4b8 bug22005
11 months ago a49b224beba1 bug24088
12 months ago 59e78ccf58fe bug24106
12 months ago 87335290077d bug24122
12 months ago ae6b08b9ff34 bug24079
12 months ago e43ed84dd74e bug23899
13 months ago ac200d97447c bug24049
13 months ago fb30f997029b bug23568
13 months ago 32382fb8257c bug23350
13 months ago a702d0e592f9 bug24012
14 months ago d7f8d8cbc18e bug23847
14 months ago fa5da16ac378 bug23886
15 months ago 2674b8cd8ab9 bug23718
15 months ago 795348316577 bug23721
15 months ago a4c31e116411 bug23692
15 months ago fa400967dd75 bug23881
15 months ago 583ea32e1837 bug23853
15 months ago 265f72df7322 bug23801
15 months ago 8fdc1fc3d21a bug23674
15 months ago a2e7b25df19e bug23527
15 months ago f443ecc438c8 bug23792
15 months ago c28d8e682100 bug23777
16 months ago 3fad48989541 bug23154
16 months ago f45a2bd39c9a bug23652
16 months ago 97ded8d1e16a bug23651
16 months ago 5a8727c429ba bug23447
16 months ago 85bd449bced0 bug23601
16 months ago e78f0a3df9d3 bug23685
16 months ago c622ba071805 bug23686
16 months ago 6cfb4d0f9cd9 bug23477
17 months ago ee59c8eaa550 bug23341
18 months ago f4a367ab4d2a bug22837
19 months ago 77d52e5ea5ed bug23440
19 months ago 3c6595ebd904 bug23122
19 months ago 3f8bfb13ef5c bug23274
19 months ago 9d6ff969fa6e bug23124
19 months ago 138d0b1482d8 23124
20 months ago 487af7e1a4ac bug23253
20 months ago 220cde2ad0c9 bug23231
21 months ago c5dabab3fa12 bug23130
21 months ago 16471a7497fe bug23091
22 months ago ab2736afdba1 bug23032
22 months ago b762424f2e01 bug23023
22 months ago f5c7c6ba961b bug22979
22 months ago 62cf92d13b3e bug22889
2009-09-22 e1a9883b5f5e bug20399
2009-09-07 713b57102f4d bug21580
2009-08-28 ea75065f6ee8 bug21318
2009-08-17 8e8cd9611d72 bug21365
2009-08-17 6811c9a9871d 21365
2009-08-17 c3ce4738585d bug21366
2009-08-14 ba71b2f52d32 bug20463
2009-08-11 c9966c3e4985 bug21367
2009-06-05 b13b333fe1ad v1_5
2009-03-02 b29b1236edf7 bug20414
2009-02-19 d397084ac966 bug20316
2009-02-13 18280fa3b8d5 bug20348
2008-12-09 782f59b6e037 bug19974
2008-06-16 90dd1726fe0b rabbitmq_v1_3_0_branch
...