Somnifugi -


未知
跨平台
Java

软件简介

Somnifugi使得工作在同一个java虚拟机中的线程能实现消息互发。该工具采用JDK 1.5的并发工具箱开发

SomnifugiJMS is an implementation of JMS that works inside a single JVM to
send JMS Messages between Threads. Somnifugi is particularly useful for
isolating the awt Thread so that the user interface will stay lively, for
decoupling calls to slower external resources such as database connections,
and for speeding up implementations of generic JMS clients by placing
decoupled JMS clients in the same JVM.