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
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.
The text was updated successfully, but these errors were encountered:
It should work something like this:
Additionally, objects and arrays could be serialized to JSON strings and sent.
Toolkit.sendToDataQueue
andToolkit.receiveFromDataQueue
should be deprecated and removed in 2.0.The text was updated successfully, but these errors were encountered: