Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

AGSMPLPUSH-42 "xhr_streaming/xhr_polling protocols are not working" #67

Merged
merged 1 commit into from
Mar 7, 2014
Merged

AGSMPLPUSH-42 "xhr_streaming/xhr_polling protocols are not working" #67

merged 1 commit into from
Mar 7, 2014

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Mar 4, 2014

This PR is dependent upon #66 which should be processed before this PR.

When testing locally you need to update standalone.xml by either running:

wildfly-8.0.0.Final/bin/jboss-cli.sh --file=wildfly-module/src/main/resources/wildfly-config.cli

Or manually updating standalone.xml:

<server socket-binding="simplepush" password="changeMe!" sockjs-session-timeout="604800000" sockjs-tls="false">
    <datastore>
        <in-memory/>
    </datastore>
</server>

A very basic client is available:
https://github.com/danbev/aerogear-simplepush-server/blob/AGSMPLPUSH-42-polling-transports-fix/server-netty/src/test/resources/sockjs-client.html
This has to be run in a web server and allows you to change the SockJS transport protocols.

@danbev
Copy link
Contributor Author

danbev commented Mar 5, 2014

An OpenShift instance based on this PR is available here:
https://sps010-dbevenius.rhcloud.com:8443/simplepush

@abstractj abstractj merged commit 8d60ff6 into aerogear-attic:master Mar 7, 2014
@abstractj
Copy link
Contributor

Thanks @danbev

@danbev danbev deleted the AGSMPLPUSH-42-polling-transports-fix branch March 7, 2014 08:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants