The MQ_GET BIF gets a message from the queue and passes it to the loaded service.
Arguments
No
Type
Required Optional
Description
Min Length
Max Length
Min Decimal
Max Decimal
1
A
Required
Connection Handle.
4
4
2
A
Required
Queue Handle.
4
4
3
P
Required
Wait Time (milliseconds) Use -1 for forever.
9
9
0
0
4
P
Required
Initial Message Length Default is 20000 bytes. This is a helper size, if the size is too small the internal storage is reallocated to the size of the message and another get operation is performed.