<?xml version="1.0"?>
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom" xmlns:html="http://www.w3.org/1999/xhtml">
  <atom:id>http://bill.welliver.org/atom/pike/Fins/Developer/JMS</atom:id>
  <atom:title type="text">electronic.alchemy :: JMS Messaging integration</atom:title>
  <atom:updated>2026-05-23T23:12:46-04:00</atom:updated>
  <atom:link href="http://bill.welliver.org/atom/pike/Fins/Developer/JMS" type="application/atom+xml"></atom:link>
  <atom:link href="http://bill.welliver.org/space/pike/Fins/Developer/JMS" type="text/html"></atom:link>
  <atom:link href="http://bill.welliver.org/rss/pike/Fins/Developer/JMS" type="application/rss+xml"></atom:link>
  <atom:generator uri="http://modules.gotpike.org/blahblah/Public.Syndication.ATOM" version="0.1">Public.Syndication.ATOM (Pike v8.0 release 702)</atom:generator>
  <atom:icon>http://bill.welliver.org/favicon.ico</atom:icon>
  <atom:logo>http://bill.welliver.org/static/images/alchemy.gif</atom:logo>
  <atom:subtitle type="xhtml"><html:div xmlns:html="http://www.w3.org/1999/xhtml"><html:p>In addition to <html:a href="/space/pike/Fins/Developer/Stomp">Stomp</html:a> 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.</html:p><html:p class="paragraph"/>
See the samples <html:a href="download page" class="wiki_link_external">http://hg.welliver.org/jmser</html:a> for a copy of "JMSer"<html:p class="paragraph"/>
<html:b class="bold">Notes</html:b>&#xD;
<html:ul class="minus">
<html:li>jms configuration section: jndi_provider_url, jndi_initial_context</html:li>
<html:li>destination url: jms://user:password@JNDIConnectionFactoryName/JNDIDestination</html:li>
<html:li>works for queues and topics</html:li>
<html:li>message class: thin wrapper over the Java object with more Pike-like conventions.</html:li>
<html:li>publishing: creates a session and keeps it open.</html:li>
</html:ul></html:div></atom:subtitle>
</atom:feed>
