User123 · Stack Overflow

Score of 0

1 answer

71 views

ActiveMQ NMS MessageId header

I am using the ActiveMQ NMS library and also tried with the AmqpNetLite one. When I send the message I see in ActiveMQ console Header Message Id with some generated by producer ID. I know that I can ...

  • reputation score 1

Score of 1

1 answer

266 views

.NET clients cannot see Azure Service Bus messages created by node

I have a node server that is posting messages to an Azure Service Bus topic using the rhea client. The system reading the messages is a .NET console app using the AMQP.NET Lite library. Both clients ...

  • reputation score 34603

Score of 1

1 answer

130 views

Proton-J2 AMQP 1.0 Receiver that filters messages?

I'm investigating writing a systems integration using AMQP and looking to copy some common system integration patterns used with JMS based APIs. That includes a message-consumer that filters messages ...

  • reputation score 427

Score of 1

3 answers

177 views

AMQP 1.0 client libraries for Android

I'm trying to implement an AMQP 1.0 client in my Android app, but I haven't been able to find a working solution so far. I have already tried using the Apache QPID ProtonJ2 and Apache QPID JMS ...

  • reputation score 1512

Score of 1

0 answers

75 views

PHP and RabbitMQ 504 Gateway Time-out error in consumer

My class consumer, wait message from Rabbit: <?php namespace App\Infrastructure; use App\Application\Interfaces\BankServiceInterface; use App\Application\Interfaces\ConsumerInterface; use App\...

  • reputation score 21

Score of 0

2 answers

266 views

How to publish messages to a topic in Solace broker using AMQP

We have a Quarkus app that uses the smallrye-amqp connector. I have the following code for publishing messages to a topic. @ApplicationScoped public class InsightLifecycleObserver { public static ...

  • reputation score 175

Read the original on stackoverflow.com ↗