<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/hermesjms/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/hermesjms/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 19 Jan 2023 12:51:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hermesjms/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Hermes works, but no longer maintained</title><link>https://sourceforge.net/p/hermesjms/discussion/207949/thread/0066aa03/?limit=25#8296</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Steps to get Hermes to work under Windows 11:&lt;/p&gt;
&lt;p&gt;Hack the installer jar, to remove the need for Admin rights for the start menu entry: res/shortcutSpec.xml keep only an empty &amp;lt;shortcuts&amp;gt;&amp;lt;/shortcuts&amp;gt;&lt;/p&gt;
&lt;p&gt;Use a 32 bit Java 8&lt;/p&gt;
&lt;p&gt;run the installer.jar&lt;/p&gt;
&lt;p&gt;replace lib/xercesImpl.jar with a current one&lt;/p&gt;
&lt;p&gt;hermes.bat&lt;/p&gt;
&lt;p&gt;set JAVA_HOME=C:\util\jdk\jdk8u352-b08_x86&lt;br/&gt;
set HERMES_HOME=C:\util\HermesJMS&lt;br/&gt;
set HOME=%USERPROFILE%&lt;/p&gt;
&lt;p&gt;to see possible exceptions, at the end replace start javaw with&lt;br/&gt;
"%JAVA_HOME%\bin\java"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juergen Weber</dc:creator><pubDate>Thu, 19 Jan 2023 12:51:37 -0000</pubDate><guid>https://sourceforge.net55609140807c0a6a867e02c31ccd3e29eb9eb393</guid></item><item><title>Hermes works, but no longer maintained</title><link>https://sourceforge.net/p/hermesjms/discussion/207949/thread/0066aa03/?limit=25#b249</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that maintenance on Hermes stopped around 2011, which is a shame, because it’s great software. You can still download it and use it. Solace sort of &lt;a class="" href="http://dev.solace.com/integration-guides/hermes-jms/" rel="nofollow"&gt;endorses Hermes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The domain names &lt;span&gt;[hermesjms.com]&lt;/span&gt; and &lt;span&gt;[hermesjms.org]&lt;/span&gt; are no longer registered.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Richter</dc:creator><pubDate>Mon, 02 Oct 2017 18:09:35 -0000</pubDate><guid>https://sourceforge.netfeb46761a1278bac59e7af8be88b390aef2e86fa</guid></item><item><title>Some tips on getting started</title><link>https://sourceforge.net/p/hermesjms/discussion/207949/thread/9c53a10c/?limit=25#43ca</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hermes was designed for Java 6, and technology changes fast. Here are some pointers on getting it to work on Java 8:&lt;br/&gt;
1. Only use a 32-bit JVM, otherwise you'll encounter &lt;a class="" href="https://stackoverflow.com/questions/8113080/cant-load-ia-32-bit-dll-on-a-amd-64-bit-platform" rel="nofollow"&gt;this problem&lt;/a&gt;.&lt;br/&gt;
2. As explained &lt;a class="" href="https://stackoverflow.com/questions/28695030/jms-client-tool-any-alternative-to-hermesjms-for-java-8" rel="nofollow"&gt;here&lt;/a&gt;, you need to edit the start script (hermes.sh or .bat) to add the following JVM args: &lt;br/&gt;
&lt;code&gt;-Dorg.xml.sax.parser=com.sun.org.apache.xerces.internal.parsers.SAXParser 
-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl 
-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Also, in case you haven't guessed, the download is an executable jar. You run it like this:&lt;br/&gt;
&lt;code&gt;java -jar hermes-installer-1.14.jar&lt;/code&gt;&lt;br/&gt;
On Windows, you need to run it as administrator, and the only way I know to do that is to start the DOS prompt as administrator and then execute the above command.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Richter</dc:creator><pubDate>Mon, 02 Oct 2017 17:57:05 -0000</pubDate><guid>https://sourceforge.net7e0e6abcab02186962e5f0444609133021add076</guid></item></channel></rss>