TURN t.getMessage()
> END TRY
>
> inv_error.of_plplog( inv_error.PLPDEBUG, ls_caller,"", "ue_nmsReceive end
> ")
> RETURN ls_xml
>
>
>
> Best regards
>
> Torgeir Sjur Lund
> Software Developer
> Vitec Aloc
>
> torgeir.l...@vitecsoftwar
o:torgeir.l...@vitecsoftware.com>
+45 29 99 71 22
Fra: Justin Bertram
Sendt: 19. september 2023 15:56
Til: users@activemq.apache.org
Emne: Re: Receive error
[Du får ikke ofte mails fra jbert...@apache.org. Få mere at vide om, hvorfor
dette er vigtigt, på https://aka
I did a quick search on the web and I found this [1]. It looks like the
error you're getting is just some generic problem. Is there any logging
from you application which indicates the problem is with the NMS code?
Justin
[1]
https://learn.microsoft.com/en-us/windows/win32/seccrypto/common-hresu
Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL)
We have createt a C# Dll using ActiveMq.NMS
We create a connection
public void Init(string amqUrl)
{
try
{
ConnectionFactory connectionFactory = new
ConnectionFactory(amqUrl);