Skip to content

Instantly share code, notes, and snippets.

@jacobheric
Last active December 16, 2015 16:09
Show Gist options
  • Save jacobheric/5460688 to your computer and use it in GitHub Desktop.
Save jacobheric/5460688 to your computer and use it in GitHub Desktop.
a spring blazeds amf remoting channel config
<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