Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

IMessage & SimpleMessage (Relaxed Message Sending p1) #921

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

philipwhiuk
Copy link
Contributor

@philipwhiuk philipwhiuk commented Dec 31, 2024

Drawn from a need to send out messages previously stored without use of a DataDictionary.
This occurs for two reasons:

  • QFJ only validates inbound messages not outbound messages. You can send messages that don't match the dictionary
  • It's possible (fairly common) to disable use of a Dictionary (UseDataDictionary=N).

NB:

This PR doesn't implement all of it - that needs changes in the App code to use IMessage instead of Message.

@philipwhiuk philipwhiuk changed the title IMessage & SimpleMessage IMessage & SimpleMessage (Loose Message Sending p1) Dec 31, 2024
@philipwhiuk philipwhiuk changed the title IMessage & SimpleMessage (Loose Message Sending p1) IMessage & SimpleMessage (Relaxed Message Sending p1) Dec 31, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant