Skip to content

Extract Data Queue functions in to a real DataQueue class #97

Description

@kadler

It should work something like this:

letdq=newDataQueue(transport,"MYLIB","MYQUEUE");awaitdq.send("This is a string");awaitdq.sendAsEbcdic(*ThisisconvertedtoUTF-8bytes");lets1=awaitdq.receive();lets2=awaitdq.receiveFromEbcdic();awaitdq.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 requestkeep-openExempts stale action from auto closing the issue/pr.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions