Apache NMS is C# a Project that defines a JMS style API called NMS and implements clients for Messaging services such as ActiveMQ, and Tibco EMS.
Questions tagged [apache-nms]
51 questions
0
votes
1 answer
How to call Apache NMS from in a sandbox?
I'm trying to call Apache ActiveMQ NMS Version 1.6.0 from my code ('IntPub') that must run in a sandbox in a .NET 4.0 environment for security reasons. The program that creates the sandbox makes my code 'partially trusted' and therefore…

PrgTrdr
- 316
- 4
- 13
0
votes
1 answer
Why is my stream being closed by peer?
I have the following console program that listens to a destination (a queue or a topic, it doesn't matter) on an ActiveMQ Stomp server, and simply logs the messages it receives to the console:
using System;
using Apache.NMS.Stomp;
using…

fretje
- 8,322
- 2
- 49
- 61
-1
votes
1 answer
Can't connect to Amazon MQ broker using NMS
I created a broker on AWS where I have a list of endpoints like…

Mathias F
- 15,906
- 22
- 89
- 159
-1
votes
1 answer
System.RAP reported Warning for property IStatelessServiceInstance.OpenDuration error with azure service fabric project
I am working on an Azure Service Fabric project which reads a message from ActiveMQ using Apache.NMS .NET library and creating durable consumer to read message from specific from ActiveMQ.
I am able to read the message and everything is working…

sueb mijaki
- 13
- 5
-1
votes
2 answers
Problem with consumer.receive MessageSelector
I have a problem in activemq. I want to receive a special message from my activemq queue. I have there over 300 Messages, and I want one of the message. I solved this with a multiselectcombobox. In this box I have all messages with all properties I…

Classic
- 1
-2
votes
1 answer
ActiveMQ message consume from queue take more in Linux environment
I'm creating a sample .net core solution in local and IIS larger message consuming in a queue within a second but I'm deployed in Linux server to could take more time to consume a message in a queue. I don't know how to resolve it kindly help me.…

Jagadesh
- 1
- 1