Last active
December 16, 2015 16:09
-
-
Save jacobheric/5460688 to your computer and use it in GitHub Desktop.
a spring blazeds amf remoting channel config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<services> | |
<default-channels> | |
<channel ref="my-amf"/> | |
</default-channels> | |
</services> | |
<channels> | |
<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel"> | |
<endpoint url="http://localhost:8080/youbrew/messagebroker/amf" | |
class="flex.messaging.endpoints.AMFEndpoint"/> | |
</channel-definition> | |
</channels> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment