Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

  1. Issue:

    1. Resubmit add hoc messages (1 ~2 msg) from Iguana Log Browser is not issue

    2. However, when perform large message resubmit (manually → Time consuming)

      1. Add performance decrease because too many API resubmit and log search calls

  2. How does Log Resubmit work from the Iguana Log Broswer

    1. When you select resubmit message from the logs menu , the message is downloaded from the Iguana Server and stored in the payload

    2. Using the same payload Iguana invokes the message resubmi API call to add the message into the queue to send.

  3. More better performance way

    1. Search a bulk resubmit messages

    2. Export as txt

    3. Create From File → LLP where LPP will point back to the resubmit channel

Summary

Assumption: LLP - Filter - LLP

Resubmit Type

Pros

Cons

Single Message on the same channel

  • Best for Resubmitting small amount of messages

  • Quick and easy process

  • You can re-send specific failed messages

  • Not ideal to re-send messages in bulk.

  • Can cause Iguana Instance to slow down if large number of messages are resubmitted

Bulk Messages on the same channel

  • You can resubmit large number of messages.

  • Does not add repeating strain on your Iguana Channel.

  • Fairly simple to use

  • Only available if your message is passing a filter or process (from file , translator etc)

  • Will send all the messages following the Que, (destination might receive duplicates)

External Tool (ex. HL7 Simulator) to send Message over LLP

  • Avoids putting Strain on your Iguana Instance and resubmit process is done on a separate application

  • Will have to turn off the source system as messages potentially won't be received by 2 source system simultaneously

Built Resubmit From Translator to Channel

  • Resubmit large amount of messages

  • Avoids straining your Iguana instance

  • Avoids turning off source system

  • Easy to debug

  • One Resubmit channel can resubmit message to more than one channel in your Iguana instance

  • Must change common architecture

  • Increases the number of channels

  • You will still have to download messages individually

Different Channel Architecture and Resubmit Process

Resubmit message using standard resubmit option

  • You can use the resubmit option in your logs to resubmit messages .

  • However it is only good to use that feature to resent small amount of messages , sending large amount of messages can cause Iguana’s performance to suffer

Resubmit message using Third party application

  • You can use a third party software such as HL7 Simulator to re submit your messages.

  • Simply download the message from Iguana and have your Hl7 Simulator

    • Point to the file to retrieve message from

    • Ensure it is set to resubmit to your local environment (address)

    • Ensure the sending port matches the port of your from LLP component

Creating a separate channel to handle all resubmit process

  • No labels