[
https://issues.jboss.org/browse/SRAMP-433?page=com.atlassian.jira.plugin....
]
Brett Meyer commented on SRAMP-433:
-----------------------------------
Really rough design ideas and an initial JMS impl:
https://github.com/brmeyer/s-ramp/commit/258b3f2bfda5799b39fd642c9b700ef6...
EventProducer provides an extendable internal/external API for managing pub/sub and
queues. JMSEventProducer is the first impl and demonstrates the concept. Presumably the
repository will push the events and the client will be responsible for telling the module
when to start and stop the individual queues. Topics and queues will need to be
predefined on the platform and discovered through JNDI.
I definitely need feedback on the types of events and the format (text, JSON,
Serializable, etc.).
Create a proper Event producer for s-ramp
-----------------------------------------
Key: SRAMP-433
URL:
https://issues.jboss.org/browse/SRAMP-433
Project: S-RAMP
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Core
Reporter: Eric Wittmann
Assignee: Brett Meyer
Fix For: 0.6.0
Currently dtgov monitors s-ramp for changes by polling. It would be more efficient if
dtgov could listen for events it cared about.
Ideally we could add a listener to the s-ramp repository either at the global level or by
including a filter of some kind, so we can make sure to get only a subset of the total
events coming from the server.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)