In addition to
Stomp support, Fins also supports JMS messaging using an embedded JVM. Its features are comparable to the Stomp support, though the message class is a bit more complex. Additionally, there are a few extra configuration file settings that must be configured.
See the samples
download page for a copy of "JMSer"
Notes
- jms configuration section: jndi_provider_url, jndi_initial_context
- destination url: jms://user:password@JNDIConnectionFactoryName/JNDIDestination
- works for queues and topics
- message class: thin wrapper over the Java object with more Pike-like conventions.
- publishing: creates a session and keeps it open.