{"id":13743759,"url":"https://github.com/0x6e6562/as3-amqp","last_synced_at":"2026-01-25T15:06:36.458Z","repository":{"id":412121,"uuid":"31390","full_name":"0x6e6562/as3-amqp","owner":"0x6e6562","description":"This is an implementation of the 0-8 version of AMQP for AS3.","archived":false,"fork":false,"pushed_at":"2015-08-27T14:47:06.000Z","size":2996,"stargazers_count":42,"open_issues_count":4,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-15T14:35:52.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x6e6562.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-07-05T07:41:27.000Z","updated_at":"2022-03-29T05:28:29.000Z","dependencies_parsed_at":"2022-07-07T21:13:40.409Z","dependency_job_id":null,"html_url":"https://github.com/0x6e6562/as3-amqp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6e6562%2Fas3-amqp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6e6562%2Fas3-amqp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6e6562%2Fas3-amqp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x6e6562%2Fas3-amqp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x6e6562","download_url":"https://codeload.github.com/0x6e6562/as3-amqp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253174369,"owners_count":21865852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:00:56.548Z","updated_at":"2026-01-25T15:06:36.428Z","avatar_url":"https://github.com/0x6e6562.png","language":"ActionScript","funding_links":[],"categories":["Networking"],"sub_categories":["Protocols"],"readme":"AS3-AMQP Library\n==========================================================================\n\n\nThis library provides a high level and a low level AMQP interface for AS3.\n\nNote that you cannot just compile this library using Flash Builder! You need to use the provided\nApache Ant build script to generate classes first.\n\nIf you're new to Ant, here's how you do this:\n\n1. Download and install Apache Ant. (These instructions are being written using Ant version 1.7.1.)\n\n2. Ensure that the ANT_HOME/bin directory is on your PATH.\n\n3. Edit the build.properties file to specify the Flex SDK directory to use.\n\n4. Run the build script by typing ant in the main directory of this project. You will see messages like this:\n\n$ ant\nBuildfile: build.xml\n\nproperties:\n\ncodegen:\n    [mkdir] Created dir: /some_directory_name/as3-amqp/build\n     [copy] Copying 4 files to /some_directory_name/as3-amqp/build\n    [javac] Compiling 5 source files to /some_directory_name/as3-amqp/build\n\nlib:\n     [java] Loading configuration file /Applications/Adobe Flash Builder Beta 2/sdks/3.4.1/frameworks/flex-config.xml\n     [java] /some_directory_name/as3-amqp/bin/amqp.swc (291129 bytes)\n\nBUILD SUCCESSFUL\nTotal time: 8 seconds\n\n5. With this completed, you can use the project by either using the .swc file or by building the generated code in Flash Builder if you prefer.\n\n\nHigh Level Interfaces:\n----------------------\norg.amqp.patterns.PublishClient\norg.amqp.patterns.SubscribeClient\norg.amqp.patterns.RpcClient\norg.amqp.patterns.RpcServer\n\nTODO / Further exploration:\n---------------------------\n\n- The shutdown handling is probably not inline with the protocol.\n  (Look into the LifecycleTest to see how the connection is being closed)\n\n- Optimize the file size of overall library to decrease its 304kb\nweight down to something reasonable. For one, I noticed the core\nlibrary depends on flexunit.swc, which weighs in at 400kb itself.\nPerhaps looking at removing that dependency will cut some fat, in\nparticular the ArrayList class is used and should be substituted with\nsomething already available.\n|--\u003e Update: the dependency is now removed - the build script just needs modification\n\n- Remove the dependency on ericfeminella's HashMap\n\n- Make the TLS bundling optional\n\n- Add the Flexunit Test Suite to the build.xml so that it can be run from\nthe command line\n\n- Consider ignoring all messages that are sent from the same application\n\nto a subscribed topic (BasicProperties, userid argument might work)\n\n- Remove binding for a specific routing key when unsubscribing\n\n- Wildcard topics still require some testing\n\nKnown Issues:\n-------------\n\n- The code generator should produce logging code that can dump the contents of each method\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x6e6562%2Fas3-amqp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x6e6562%2Fas3-amqp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x6e6562%2Fas3-amqp/lists"}