python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to set default tags for every queues in Amazon SQS using nservice bus
Currently, I have to switch our messaging system to use AmazonSQS and due to pricing policy, we are obliged to put tags. But I do not found any method to add tags.
Below the method which won't work du...
Bartosz Kowalczyk
Votes: 0
Answers: 1
NServiceBus with RabbitMQ Simple event
I want to be able to used NServiceBus to add a message on a queue in RabbitMQ. I dont want to handle it yet so just want to see an item on the queue, my code is as follows, but I get this error when I...
Andrew
Votes: 0
Answers: 1
Writing nservicebus logs in UTC time format instead of the one that's set on the OS
When messages get written into the nsb logs (nsb_yy-mm-dd_X.txt), they are always written in the time zone that's set on the OS (in this case on a Windows 2019 Enterprise box, Americas/New York). Sam...
kennycho
Votes: 0
Answers: 2
NServicebus Saga using Oracle.EntityFrameworkCore
I would like to know if it's possible to use Oracle.EntityFrameworkCore with NServicebus 7.6?
I am using hosted .NET 6 service running NSB 7.6.
Data access are using Oracle.EntityFrameworkCore
From th...
Martin Andersen
Votes: 0
Answers: 1