Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

I'm building a distributed system that processes messages from hundreds of thousands of sensors, each identified by a sensor_id. I need to guarantee: Strict ordering per sensor_id No two consumers ...
Ben Hirschberg's user avatar
Best practices
1 vote
3 replies
65 views

I have a question about sharing contracts between services using a message broker (more specifically, Azure Service Bus). I searched for it in various articles and asked a chatbot, but I didn't get a ...
pietro's user avatar
  • 221
2 votes
0 answers
101 views

We recently decided to move from MassTransit to Wolverine for sending messages using Azure Service Bus. However, we’ve run into some issues with our multi-tenant setup. Our setup looks as follows: ...
WillemCoding's user avatar
0 votes
1 answer
96 views

I'm trying to integrate IBM MQ with my Quarkus application, but it doesn't have AMQP support and there's no Quarkiverse extension available for it. As a workaround, I'm following this answer to ...
Kobra's user avatar
  • 1,378
0 votes
1 answer
50 views

We are looking for a way in MassTransit to configure the prefetch count for all endpoints with a few lines of code while still being able to configure a different setting per endpoint using .NET ...
sdec's user avatar
  • 193
1 vote
2 answers
292 views

I wish to implement the transactional outbox pattern in a system that uses a database table as a transactional outbox in concert with Kafka in order to guarantee exactly-once delivery of my messages ...
filpa's user avatar
  • 3,744
1 vote
2 answers
125 views

How can we detect divergence in an Aeron cluster and take the diverging node out of the cluster? For example if we have a 3 node aeron cluster, if one of the nodes in the cluster diverges from the ...
Peter Thomas's user avatar
0 votes
1 answer
71 views

Is there a way to send a message directly to the current agent performing an action? For example, I want to use a wait for message transition to stop my agent in populations forklifts from progressing ...
ThisMyUserName's user avatar
1 vote
1 answer
901 views

I was having difficulty in getting A2P approval on our sub-accounts brand campaign. The error shows: (1) The campaign submission has been reviewed and rejected due to issues verifying the Call to ...
Reinelyn Herradura's user avatar
3 votes
1 answer
253 views

I am using Watermill to develop software where I send a message, and it goes through service1, service2, and the last service. I use a slice to control the order of the messages (FIFO, as GoChannel ...
David's user avatar
  • 55
0 votes
1 answer
307 views

Am trying to implement a circuit breaker pattern . Using Mule 4.4. Am consuming a message from Anypoint MQ queue and then trying to call a downstream api here is the code : <flow name="create-...
boomslaw's user avatar
1 vote
1 answer
5k views

I am trying to enable Cloud Messaging API (Legacy) in firebase console, because I need the server key for building my flutter apps. but when I try try to enable it, by clicking Manage API in Google ...
wahyu's user avatar
  • 2,545
0 votes
1 answer
97 views

I am pretty new to Angular and was trying to build a simple chat application, without a backend or anything just trying to learn the framework and build a simple template. But after several hours, I ...
straussi_tobi's user avatar
1 vote
0 answers
111 views

I developed an app in Flutter, I recently implemented the functionality to manage the display of notifications received through my application. Only my phone displays 2 notifications, one overloaded ...
pierre pontfort's user avatar
-2 votes
1 answer
16 views

In the https://github.com/ingig/FoodDiaryApp, how can I make the app remind me to write my food entry. I would like it send me reminder at 8pm, since I should have stopped eating at that time I don't ...
justlearningstuff's user avatar
1 vote
1 answer
836 views

I am building for a use case that create and sends messages to a Whatsapp Group. It appears that Whatsapp does not support this natively, though i found this from Twilio that claims to be enabling ...
user1865306's user avatar
1 vote
1 answer
97 views

I'm looking for a recommended approach for the following scenario. I have an API endpoint through which one can add/remove their friends. PATCH /api/me/friends HTTP/1.1 Content-Type: application/json ...
GomalId's user avatar
  • 77
1 vote
1 answer
78 views

I have a service A that every once in a while needs to send a message to a cluster of services B1, B2 ... BN. Then all of these services need to receive that message reliably, and send a confirmation ...
codefast's user avatar
0 votes
1 answer
40 views

I am trying to retrieve all the last messages that the current user sent to other users and display it in a listview. I cannot make the right query.Here is how my firestore database is structured. I ...
Korhan_34's user avatar
0 votes
1 answer
343 views

I try to migrate a bootable wildly from Version 24 to Version 25.0.1.Final. During the build process the wildfly-jar-maven-plugin executes a cli-file which configures some subsystems. The following ...
Thore Gröndahl's user avatar
1 vote
0 answers
214 views

I've read almost everything I could find about the topic "Native Messaging" from a Firefox AddOn together with a NodeJS application on Windows. Bottom line: I couldn't get it to work I've ...
devnull69's user avatar
  • 16.6k
1 vote
0 answers
475 views

I am developing a FastAPI service in Python to fetch user reviews from various OTA APIs (e.g., Booking.com, MakeMyTrip.com) for my clients' hotels. The goal is to retrieve all reviews for each hotel ...
mohd hammad siddiqui's user avatar
1 vote
0 answers
62 views

As the title mentioned, the app can't receive/display messages set related to Country/Region or Languages. When using other conditions (Version, User audience(s), User property,...) messages can be ...
citycity's user avatar
1 vote
1 answer
72 views

Does GCP have a service to provide durable messaging where messages don't expire after a short period? I've looked into PubSub, which has a maximum retention of 31 days on the topic level. While it's ...
Sean Feldman's user avatar
  • 26.3k
0 votes
1 answer
116 views

I have an application that can receive messages from Facebook, the application can also send messages without problem, but when I answer a messages in the Facebook platform those messages does not ...
Jose Pacheco's user avatar

1
2 3 4 5
52