Update ReadMe file after integration of Kafka: 1) Remove need of full wildfly profile
{code:java} $SERVER_HOME/bin/standalone.sh -c standalone-full.xml -b 0.0.0.0 {code}
2) Remove configuration of JMS
{code:java} $SERVER_HOME/bin/jboss-cli.sh --file=/path/to/aerogear-unifiedpush-server/configuration/jms-setup-wildfly.cli {code} |
|