Hello, I have developed a Java main app, using Java sender API, including dependencies to my project and everything works fine.
I would like to know if there is a way to call NotificationRouter EJB from a Java EE environment (in order to avoid request via REST endpoint). Thank you. |
we have never looked at this, to use it as a remote ejb so you can invoke it directly. On Fri, Nov 25, 2016 at 11:11 AM, falconea <[hidden email]> wrote: Hello, I have developed a Java main app, using Java sender API, including Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Have you planned changes in the source code in order to have this functionality?
|
Hi, Maybe you could use simple push to receive a notification in your java main app and use the remote interface to call the ejb would that work? On Tue, Dec 6, 2016 at 3:15 PM, falconea <[hidden email]> wrote: Have you planned changes in the source code in order to have this Cheers, Erik Jan _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Could you explain better?
This is my scenario: I have my EAR application deployed on a JBoss AS (same for UnifiedPush) and i would like to call NotificationRouter EJB from that EAR in order to send push notifications. |
In reply to this post by falconea
not really, sorry On Tue, Dec 6, 2016 at 3:15 PM, falconea <[hidden email]> wrote: Have you planned changes in the source code in order to have this Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
So basically your asking how to call an ejb? How can that be functionality your missing in aerogear? On Tue, Dec 6, 2016 at 5:21 PM, Matthias Wessendorf <[hidden email]> wrote:
Cheers, Erik Jan _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
I think he means exposure via remote EJB calls (at least that's what I understood) On Tue, Dec 6, 2016 at 7:12 PM, Erik Jan de Wit <[hidden email]> wrote:
Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Yes, that's it. Thank you anyway
|
So why don't you create a small proxy / delegate for this? On Wed, Dec 7, 2016 at 2:50 PM, falconea <[hidden email]> wrote: Yes, that's it. Thank you anyway Cheers, Erik Jan _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Can you show me a skeleton code or any example for your idea?
|
Free forum by Nabble | Edit this page |