-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or requestkeep-openExempts stale action from auto closing the issue/pr.Exempts stale action from auto closing the issue/pr.
Milestone
Description
It should work something like this:
let dq = new DataQueue(transport, "MYLIB", "MYQUEUE");
await dq.send("This is a string");
await dq.sendAsEbcdic(*This is converted to UTF-8 bytes");
let s1 = await dq.receive();
let s2 = await dq.receiveFromEbcdic();
await dq.clear();
Additionally, objects and arrays could be serialized to JSON strings and sent.
Toolkit.sendToDataQueue
and Toolkit.receiveFromDataQueue
should be deprecated and removed in 2.0.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestkeep-openExempts stale action from auto closing the issue/pr.Exempts stale action from auto closing the issue/pr.