Questions tagged [nms]

Apache.NMS provides a rich .NET messaging API similar to JMS. The NMS project provides a client for Apache ActiveMQ the most popular and powerful open source message broker along with several others

Apache.NMS is a .NET API that provides a JMS like API for .NET messaging clients. The Apache.NMS project has several implementations of the NMS API available including one for ActiveMQ2 that provides many of the same advanced features as ActiveMQ's Java client library including connection failover support, SSL connectivity, Async sends, flow control and Message compression. Other NMS client libraries include Stomp, MSMQ, Tibco EMS and WCF.

125 questions
1
vote
2 answers

Is there a way to programmatically delete an ActiveMQ Job Schedule?

I'm trying to delete a scheduled job in ActiveMQ, and so far no luck. Schedule is created among with the message using either NMS API or Amqpnetlite (except openwire lib as that one is not updated and can't be used on netstandard/netcore) Sample…
Ermir Beqiraj
  • 867
  • 11
  • 24
1
vote
1 answer

Zenoss - Device Access Control Lists for Customers

We're evaluating Zenoss and are interested in Device Access Control. We would like to set up the system so that our customers could access Zenoss and only see their devices and status. This feature apparently only exists in the enterprise version as…
Tiago Alves
  • 1,301
  • 2
  • 18
  • 30
1
vote
1 answer

MassTransit - Socket exception with AmazonMQ when starting bus

I'm trying to get a basic PoC app running with MassTransit using our Amazon MQ instance, and running into the following problem when I call StartAsync on IBusControl: MassTransit.ActiveMqTransport.ActiveMqConnectException: Connection exception:…
1
vote
1 answer

How to set the ActiveMQ Redelivery policy in C#

I am working with ActiveMQ in C#. I do not understand how to set the Redelivery Policy in code. I have tried to set the property in code on consumer side, but I am not able to understand whether it is working or not. RedeliveryPolicy policy =…
1
vote
0 answers

ActiveMQ Exception when trying to work with SSL

I'm trying to send secure messages over SSL with ActiveMQ, using the Apache NMS API for .NET. In the broker.xml I tried adding "sslEnabled=true" to the default acceptor:
CodeMonkey
  • 11,196
  • 30
  • 112
  • 203
1
vote
1 answer

ActiveMQ Queue Count Stops at 400

I am creating an application to connect to multiple ActiveMQ servers and get the total number of messages withing their different queues. I am using a slightly modified version of the code found in this link ActiveMQ with C# and Apache NMS - Count…
Hydrogen-4
  • 187
  • 1
  • 1
  • 15
1
vote
1 answer

Node is not deleting from cordite dashboard

How to delete node from cordite dashboard ? Delete alert shows but when i clicked on delete button nothing happened. Also i have tried through swagger. Currently m using virtual machine.
corda dev
  • 169
  • 1
  • 10
1
vote
2 answers

ActiveMQ NMS: Using transport.requesttimeout with failover transport

To try and mitigate any hangs that may come about during problems with ActiveMQ connectivity in my application, I'm looking at adding the following parameter to my broker connection string within my…
rvxnet
  • 457
  • 5
  • 16
1
vote
0 answers

MQTT file persistence in apache nms C#

I have been using eclipse paho mqtt library and there is an option for file persistence there. I couldn't find any resource on mqtt file persistence on apache nms as I am trying to do the same in c#. Anyone has used this before?
1
vote
0 answers

SpringFramework .NET - Rollback/Commit for NMS Messaging (ActiveMQ) Transactions

I'm working on converting an existing Java/SpringBoot/ActiveMQ console app (which consumes messages from a named ActiveMQ Message Queue and processes the messages) into an analogous C# .NET console app. I've got things running correctly for the…
acscheiner
  • 21
  • 6
1
vote
1 answer

ActiveMQ Advisory Topics for Connections not forwarded in network of brokers?

I'm working on an application where we want to monitor logon/logoff of clients. Since ActiveMQ contains Advisory Topics that alert you of new connections and removal of connections, the idea was to use this advisory messages (…
Noctris
  • 554
  • 3
  • 17
1
vote
0 answers

Apache NMS throws an established connection was aborted by the software in your host machine under heavy use

Background: C# WPF application talking to JAVA server running on linux via ActiveMQ/JSON Total 5 instances of connection: Queues: 2 Topics: 3 (1 producer, 2 consumers) Problem: Under heavy use (throughput rate of sending/receiving around 200…
Rookie
  • 49
  • 3
1
vote
1 answer

Activemq list of queues nms .NET

How do I get list of queues and topics using ActiveMQ NMS ( .NET ). Getting the list in JAVA is simple. But what about .NET. In java I used this: String messageBrokerUrl = "tcp://localhost:61616"; ActiveMQConnectionFactory connectionFactory = new…
Dixit Gokhale
  • 601
  • 1
  • 12
  • 32
1
vote
1 answer

Suggestions needed for request-reply on ActiveMQ and Camel using Spring NMS on .NET

I am trying to use the ActiveMQ and Camel (running in broker) on .NET using Spring and NMS. In general, these components work brilliantly. I have a camel route for send/receive, and some code in .NET to handle this - works like a charm. The issue…
banncee
  • 959
  • 14
  • 30
1
vote
2 answers

Can I delete a message from a queue of ActiveMQ in c# code?

I want to set a unique guid for each message in message head, then if I want, I could delete a specific message if I want to. Is there any api in NMS could help me deleting the message? I am using ActiveMQ 5.9.0 and NMS 1.6.1
hellknight
  • 29
  • 5
1 2 3
8 9