<div dir="ltr">We have staged AeroGear SimplePush Server 0.12.0:<div><a href="https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-3895/">https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-3895/</a><br></div><div><br></div><div>The following JIRAs are included in this staged release:</div><div><a href="https://issues.jboss.org/issues/?filter=12322070">https://issues.jboss.org/issues/?filter=12322070</a><br></div><div><br></div><div>The tag for this staged release can be found here:</div><div><a href="https://github.com/aerogear/aerogear-simplepush-server/tree/0.12.0">https://github.com/aerogear/aerogear-simplepush-server/tree/0.12.0</a><br></div><div><br></div><div>If you have time, please take it for a spin and report back any issues. </div><div><br></div><div>Example of testing the Netty server from the command line:</div><div>1. Start the server</div><div>cd server-netty &amp;&amp; mvn exec:java</div><div><br></div><div>2. Register a channel</div><div>Open a new terminal window:</div><div>open src/test/resources/sockjs-client.html</div><div>Send the hello message and then register a channel by specifying a value for channelID property. </div><div>Copy the returned pushEndpoint value.</div><div><br></div><div>3. Send a notification</div><div>From your terminal window, use curl to send a notification:</div><div>curl -3 -i --header &quot;Content-Type:application/x-www-form-urlencoded&quot; -X PUT &lt;pushEndpoint value&gt;<br></div><div><br></div><div><br></div><div>Thanks,</div><div><br></div></div>