<!-- Insert the following destination definition into your messaging-config.xml -->

<destination id="helloWorld">

    <properties>
        <network>
            <session-timeout>0</session-timeout>
        </network>
        <server>
            <max-cache-size>1000</max-cache-size>
            <message-time-to-live>0</message-time-to-live>
            <durable>false</durable>
        </server>
    </properties>
	<channels>
		<channel ref="my-longpolling-amf"/>
	</channels>

</destination>

