[aerogear-dev] UnifiedPush - new requirement: JMS & Java EE Full profile

Lukáš Fryč lukas.fryc at gmail.com
Wed Mar 25 06:25:34 EDT 2015


Hey guys,

we are working on a prototype of UPS that is leveraging JMS to send
notifications to Push Networks.

The requirement of JMS means we need to switch runtime requirement from
WildFly web profile to WildFly full profile.

i.e.: wildfly> ./bin/standalone.sh -c standalone-full.xml



https://issues.jboss.org/browse/AGPUSH-1321 - Enable JMS for notification
sending


Essentially JMS should allow us to
* send notifications with higher confidence (per-message transaction
guarantees)
* allow configuration of throughput and timeout (we get it for free)
* potentially it may even allow sending notifications in parallel in more
threads or in a cluster of application servers (not an initial goal)

All of these benefits could be hardly achieved without messaging.

The feature request is elevated by AGPUSH-1320.

If you have any concerns, let us know!


Cheers,

~ Lukas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20150325/3052c3fc/attachment.html 


More information about the aerogear-dev mailing list