You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible for a single mllp adapter to be configured for both inbound and outbound flow?
I have been able to set up an instance of the mllp-adapter for client -> hl7v2 API traffic, and vice versa, but I haven't quite been able to both flows working on a single instance of the mllp-adapter.
Just want to confirm that it's possible before spending more time on it.
Thanks
The text was updated successfully, but these errors were encountered:
@CMorton737
I am able to successfully configure a single adapter to send and receive messages. However, it appears the sore used for receiving and sending messages should be the same.
Initially I had configured the adapter to land incoming messages in a store id inbound. Created another store in the same dataset with id outbound. My idea was to store messages sent to the adapter be routed to inbound and messages I need to send out will be created in outbound with a pub/sub subscription. This keeps the inbound and outbound messages separate. That did not work.
After configuring to use the same store for both INBOUND and OUTBOUND, the adapter works as both a receiver and a sender.
Hey,
Is it possible for a single mllp adapter to be configured for both inbound and outbound flow?
I have been able to set up an instance of the mllp-adapter for client -> hl7v2 API traffic, and vice versa, but I haven't quite been able to both flows working on a single instance of the mllp-adapter.
Just want to confirm that it's possible before spending more time on it.
Thanks
The text was updated successfully, but these errors were encountered: