# HG changeset patch # User František Kučera # Date 1376401682 -7200 # Node ID fb321689b3ef6698ca738a26a6c21f763b8bb050 # Parent 46c6450d8294ba6b7559963b51ceb5d5dbf56b79 data: MOM diff -r 46c6450d8294 -r fb321689b3ef data/dictionary.xml --- a/data/dictionary.xml Tue Aug 13 15:22:32 2013 +0200 +++ b/data/dictionary.xml Tue Aug 13 15:48:02 2013 +0200 @@ -1654,32 +1654,58 @@ - + + a Java technology for monitoring and managing applications or devices; similar to SNMP; managed objects (MBeans) can emit events, can be asked for values (e.g. counters) or an action (method) can be called on them; this native Java technology can be also adapted/translated to other protocols like SNMP or WS/SOAP and integrated with the non-Java world; thanks to this abstraction, the managed object can implement only simple Java interface and don't have to deal with other protocols (which is job of generic adaptors) - + + computer java - + + a Java Message Oriented Middleware (MOM) API; + allows JEE components to create, send, receive and read messages; + supports both point-to-point and publish-subscribe messaging models; + is defined in JSR 914; + examples of JMS implementations: Apache ActiveMQ, OpenJMS, HornetQ + computer java messaging + + + + a software (or even hardware) infrastructure for sending and receiving messages; + can also offer routing and transformation features; + for Java the MOM API is standardized as JMS + + + computer + messaging + + computer java + + + computer + java + + computer