pike >
Fins >
Developer > JMS
JMS Messaging integration
Created by hww3. Last updated by hww3,
13 years ago. Version #5.
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
http://hg.welliver.org/jmser 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.
Not categorized
|
RSS Feed
| BackLinks