1. Torgeir Lund
  2. PowerBuilder
  3. Tuesday, 20 February 2024 09:32 AM UTC
Hi.
 
When I call my C# DLL (using  Apache.NMS 2.0.0.0 and Apache.NMS.ActiveMQ 2.1.0.0)  receive funktion 
 
IMessageConsumer consumer = (MessageConsumer)consumerDictionary[consumerName];
_message = consumer.Receive();
 
This will wait/listen until a message occurs on the queue. It works fine when I run this with a C# console test program it waits "forever" with no problem.
 
When I call the same C# DLL via a test program written in PowerBuilder 2022 it will fail after about 15 to 30 minutes with the return
 
Not enough quota is available to process this command. (Exception from HRESULT: 0x80070718)
 
Has anyone else experienced something similar with PowerBuilder 2022 calling .net assemblies?
 
Regards Torgeir Sjur Lund


There are no replies made for this question yet.
However, you are not allowed to reply to this question.