Announcement

Collapse

Mirth Connect 4.3.0 Released!

Mirth Connect 4.3.0 is now available as an appliance update and on our GitHub page.

This is a major release containing new features like adding new functionality to the Mirth Connect Setup Wizard, adding the ability for resource and channel-specific classloaders to load child-first or parent-first, and added a default implementation of the getObjectsForSwaggerExamples() method in the ServicePlugin class. This release also contains enhancements for the Mirth Connect Administrator Launcher, the Mirth Connect Docker images, and several bug fixes and security improvements.

Download | See What's New | Upgrade Guide | Release Notes

For discussion on this release, see this thread.
See more
See less

Problem with JMS Writer connector

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem with JMS Writer connector

    Hello everyone,

    I got a JMS Writer error while deploying my channel for JBoss 3.0.6 with Mirth 1.6.1.2750, i tried to change jnp with tcp but same error.
    And I do not know what to write in "host" (destination) , my EJB is IdentiteManagerBean and I see nothing in which it can fit.
    (and org.ideopass.services.identification.ejb.IdentiteM anagerHome.class , what to do with it...)

    Help !


    My connector :
    --------------
    <properties>
    <property name="connectionFactoryJndiName">java:/ConnectionFactory</property>
    <property name="password">test</property>
    <property name="template">${message.encodedData}</property>
    <property name="connectionFactoryProperties"><properties>
    <property name="test">test</property>
    </properties></property>
    <property name="username">test</property>
    <property name="host">jnp://172.16.50.12:1099</property>
    <property name="jndiInitialFactory">org.jnp.interfaces.Namin gContextFactory</property>
    <property name="clientId"></property>
    <property name="acknowledgementMode">1</property>
    <property name="specification">1.1</property>
    <property name="useJndi">1</property>
    <property name="DataType">JMS Writer</property>
    <property name="jndiProviderUrl">jnp://172.16.50.12:1099</property>
    <property name="durable">0</property>
    </properties>

    Post edited by: magikbanana, at: 12/21/2007 07:36
Working...
X