This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
as3-amqp /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Aug 26 11:18:11 -0700 2008 | |
| |
.hgignore | Sun May 25 15:52:04 -0700 2008 | |
| |
.hgtags | Mon May 26 07:03:32 -0700 2008 | |
| |
AS3CRYPTO-LICENSE.txt | Sun May 25 15:52:04 -0700 2008 | |
| |
CREDITS | Sun Aug 24 13:19:22 -0700 2008 | |
| |
LICENSE.txt | Sun May 25 15:52:04 -0700 2008 | |
| |
README | Sat Nov 15 09:07:57 -0800 2008 | |
| |
as3-crypto.patch | Sun May 25 15:52:04 -0700 2008 | |
| |
build.properties | Fri Aug 22 06:43:48 -0700 2008 | |
| |
build.xml | Thu Oct 02 13:44:03 -0700 2008 | |
| |
codegen/ | Mon Oct 06 10:17:46 -0700 2008 | |
| |
lib/ | Tue Sep 02 16:31:41 -0700 2008 | |
| |
src/ | Sat Nov 15 09:07:57 -0800 2008 | |
| |
stunnel.conf | Sun May 25 15:52:04 -0700 2008 | |
| |
test/ | Sat Nov 15 09:07:57 -0800 2008 |
AS3-AMQP Library ========================================================================== This library provides a high level and a low level AMQP interface for AS3. High Level Interfaces: ---------------------- org.amqp.patterns.PublishClient org.amqp.patterns.SubscribeClient org.amqp.patterns.RpcClient org.amqp.patterns.RpcServer TODO / Further exploration: --------------------------- - The shutdown handling is probably not inline with the protocol. (Look into the LifecycleTest to see how the connection is being closed) - Optimize the file size of overall library to decrease its 304kb weight down to something reasonable. For one, I noticed the core library depends on flexunit.swc, which weighs in at 400kb itself. Perhaps looking at removing that dependency will cut some fat, in particular the ArrayList class is used and should be substituted with something already available. |--> Update: the dependency is now removed - the build script just needs modification - Remove the dependency on ericfeminella's HashMap - Make the TLS bundling optional - Add the Flexunit Test Suite to the build.xml so that it can be run from the command line - Consider ignoring all messages that are sent from the same application to a subscribed topic (BasicProperties, userid argument might work) - Remove binding for a specific routing key when unsubscribing - Wildcard topics still require some testing Known Issues: ------------- - The code generator should produce logging code that can dump the contents of each method











