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

Im trying to create a new message queue which would send a message to external system but im not able to trigger the new custom event. From the docs ive seen we need to use .addevent() method but ...
Arpit Bahukhandi's user avatar
0 votes
0 answers
37 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
-3 votes
0 answers
51 views

I’m building a chat app using Node.js, Express, MongoDB, and Socket.io. Right now, I load all conversations (around 1,000+) at once, and it’s making the app slow. I want to add pagination to the ...
Aman Dhiman's user avatar
-1 votes
2 answers
70 views

In Symfony I use a custom Serializer upon a transport: framework: messenger: transports: async: '%env(MESSENGER_TRANSPORT_DSN)%' failed: 'doctrine://default?...
Dimitrios Desyllas's user avatar
2 votes
2 answers
75 views

The existing examples of the multiprocessing-module assume, the tasks are independent, but my situation is "hairier". I need to process several hundred thousands of widgets. These are ...
Mikhail T.'s user avatar
  • 4,266
0 votes
0 answers
107 views

I’m working on an Azure Functions project using the new Flex Consumption model with @azure/functions in TypeScript. I have two functions: Producer – sends a message to a storage queue: export async ...
Neeraj Ic's user avatar
0 votes
1 answer
117 views

I’m trying to configure scheduled redelivery in MassTransit when using Kafka as the transport. Immediate retries work fine using UseMessageRetry. Since Kafka does not support delayed redelivery, I’m ...
Marat's user avatar
  • 45
0 votes
0 answers
99 views

I am making a Win32 app. In this, there are two windows - the top one is transparent, and the bottom one is normal. I am trying to achieve this effect: When the click happens on the top transparent ...
prabhakaran's user avatar
  • 5,310
0 votes
1 answer
60 views

I’ve created a service in NestJS and connected it to RabbitMQ. The connection is established successfully, but I don’t receive any messages unless I manually add a binding in the RabbitMQ Management ...
Pixma's user avatar
  • 19
0 votes
1 answer
151 views

I'm using RabbitMQ with Spring AMQP and want to ensure reliable message delivery from the producer to the RabbitMQ broker. To achieve this, I've enabled Publisher Confirms and Publisher Returns. ...
evelynn9's user avatar
0 votes
0 answers
37 views

I'm attempting to develop an understanding of the Saga and Outbox patterns, and am working on development now. I'm using RabbitMQ and NestJS. I've got three services, Orders, Inventory, and Shipping. ...
JackG's user avatar
  • 73
0 votes
0 answers
133 views

I'm implementing a job flow using BullMQ (latest version) with NestJS, and I've encountered an issue with error handling in flow jobs. The setup I have a parent flow job and multiple child jobs. The ...
Chrissi Grilus's user avatar
1 vote
0 answers
63 views

I’m designing a multi-datacenter architecture using Apache Pulsar with geo-replication enabled. Architecture Overview: Apache Pulsar version: 4.0.2 Helm Chart version: pulsar-3.9.0 BookKeeper: 5 ...
Mustafa ALTINIŞIK's user avatar
0 votes
0 answers
25 views

We need to integrate two ERP systems which have to exchange many Entities (Items, Vendors, Prices ect.) and business Documents (Purchase orders, Sales orders, Warehouse transfer orders, ect.). The ...
Teo G's user avatar
  • 1
0 votes
1 answer
99 views

I am testing my Pub/Sub setup with dead lettering enabled. Inside my subscriber application, I have not added any ack logic so all messages will not be acked by my subscriber. I set the maximum ...
Manxue Li's user avatar
0 votes
2 answers
282 views

I'm building a website that lets users add new items in their profiles. Users can also do the same using Discord bot's commands. In both cases the Discord bot sends a message New item added by @user ...
parsecer's user avatar
  • 5,239
0 votes
0 answers
39 views

In One of the requriement we are hitting a third Party API which does some calculation at the backend and dependent on the various factors it can take time upto 5 seconds. Usually serverless is to be ...
Subham Singh's user avatar
0 votes
1 answer
38 views

I have a problem with Masstransit and the Saga feature. I cannot explain the following errors: Error: MassTransit.ReceiveTransport[0] R-FAULT rabbitmq://localhost/monitoring-job-saga 489a0000-...
LUCKYONE's user avatar
0 votes
0 answers
43 views

Simply put, I want to implement the same function of ServiceBusReceiver.RenewMessageLockAsync of Azure Service Bus queue in RabbitMQ. This function lets the message consumer "extend" the &...
Robert's user avatar
  • 2,297
1 vote
0 answers
400 views

I’m working with BullMQ (v5+) and need to implement a worker to process messages for different chats, with the following requirements: Rate Limit: Each queue should have a rate limit of 1 job per 3 ...
retro's user avatar
  • 41
1 vote
0 answers
163 views

I'm fairly new to working with FIFO SQS, and a question has emerged. Does using many different MessageGroupIds have any performance downsides or raise any concerns? I'm working with an order queue and ...
Alisson Alexandre's user avatar
0 votes
1 answer
394 views

We have Terraform that deploys our Azure Storage Accounts and associated Storage Account Queues. I notice that there are also associated 'queuename-poison' queues when I view the deployed ...
Mutation Person's user avatar
0 votes
0 answers
47 views

I've got a bit of a theoretical question surrounding DDD and aggregates. It really boils down to this: Yes, we all know that within an aggregate everything must stay consistent. But does that mean ...
JackG's user avatar
  • 73
0 votes
0 answers
94 views

When I'm trying to check if new message is available in message queue, I'm getting core dump error. I'm calling isDataAvailableInReceiveDataQueue method to check if data is available in message queue. ...
Dark Sorrow's user avatar
  • 2,041
0 votes
0 answers
47 views

Using Hangfire, we'd like to fine-tune the degree of concurrency depending on parameter values. Given many buckets, each with the same multiple segments Bucket 1 Segment A Item 1A-1 Item 1A-2 ...
Mathias's user avatar
1 vote
0 answers
40 views

In short To repeat the issue, you may clone the project from: https://github.com/ethanalef/event-driven-model Then build both listener and publisher projects with maven, build the image with ...
EthanAlef's user avatar
0 votes
0 answers
36 views

I'm writing a Spring Boot application (App) which handles STOMP messages sent from a web browser (or Agent). The messages (Commands) arrive, are repackaged and published to a topic which a second ...
David Newcomb's user avatar
1 vote
2 answers
269 views

I created a message_server in the qnx environment, and the "library_error" always appeared : #include <boost/interprocess/ipc/message_queue.hpp> int main() { boost::interprocess::...
L Sir's user avatar
  • 11
0 votes
1 answer
349 views

I have created a simple trigger function from a template, this is working perfectly fine if I debug from Visual Studio, which is once I add message manually to my queue, I can see that message in ...
Santhosh's user avatar
2 votes
0 answers
99 views

I have a .NET 8 background service responsible for two primary tasks: 1. Push JSON data packets to message brokers (ActiveMQ, RabbitMQ, or JMS queues): Sends approximately 25,000 JSON data packets ...
Bharat's user avatar
  • 6,105
0 votes
0 answers
58 views

In my MassTransit + RabbitMQ setup, I have a publisher that both sends and subscribes to events, and a separate consumer application. When the consumer is down and the publisher sends and processes an ...
Egor Bobrov's user avatar
1 vote
1 answer
147 views

So I have quite a basic Azure HTTP function that creates job messages whenever I do a POST request to the url: using System; using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore....
Ignacio's user avatar
  • 41
2 votes
0 answers
285 views

I'm having problems with my Cloudflare queue consumers. Despite using the different configuration options: (max_batch_timeout=0, max_batch_size=1, delaySeconds=0), my workers take between 5 and 10 ...
letincho5's user avatar
0 votes
1 answer
53 views

Friends, I am looking for Messaging/Queuing service, preferably opensource that supports Queuing-Dequeuing over HTTP(its a must). I know there are a lot of Cloud based services(AWS SQS, Azure EventHub)...
user1597990's user avatar
0 votes
0 answers
122 views

I need to set the exchange and queue for RabbitMQ in my Spring Boot application, the thing is, The application only acts as a producer, but I need to define de queue as well in the service. steps that ...
Luis Manrique's user avatar
1 vote
1 answer
75 views

I have to conduct tasks 1-6 in an orchestrated async manner. every task has a receive queue and respond queue. These tasks are long-running...can take several days to finish. The orchestrator is ...
dhinkatika's user avatar
0 votes
1 answer
53 views

I have one thread that is waiting in a message queue. Let's call it THFS. Other threads send messages to this queue, asking for some operations. These operations need a response. I'm not sure what is ...
doxdici's user avatar
  • 37
0 votes
0 answers
34 views

QueueFactory /** * QueueFactory.ts * / /** * `QueueType` is an enum representing the different types of queues that can be created using the `QueueFactory`. */ export enum QueueType { RABBITMQ =...
Megha Aggarwal's user avatar
0 votes
0 answers
31 views

I'm looking for a solution to my problem. I want to build a mock server to handle communication between some microservices. There are both synchronous and asynchronous communications between them, and ...
Ashik Kabeer's user avatar
-1 votes
1 answer
119 views

I am developing a project with Spring Boot + Kafka. I'm having hard times with understanding why my @KafkaHandler not catching the event I'm sedning through windows commandline. To send message I'm ...
denstran's user avatar
  • 364
0 votes
2 answers
100 views

I have a database of messages that I want to send. Each has a unique message identifier and is placed in the database by another process. The only communication between the two processes is via the ...
Technicolour's user avatar
1 vote
0 answers
52 views

I'm working on a system where: A producer sends approximately 100 million messages daily to a message queue. The consumer processes each message from the queue and produces multiple parts as output. ...
Pouya Rezaei's user avatar
0 votes
0 answers
139 views

I'm creating an API in .NET 8 for small uses and I need to implement 3 or 4 queues for long processing that don't depend on other systems besides its own database, like RabbitMQ. I've only found the &...
SrCabra's user avatar
  • 180
0 votes
0 answers
21 views

I recently came across this topic while going through Advanced Programming in Unix Environment about IPC using message queues. I implemented a simple program that creates and deletes queues 5 times in ...
Vibhatsu's user avatar
1 vote
0 answers
231 views

An application let's say A (which is made of several processes) uses a lot of hard coded filenames for message queues, shared memory and semaphores. The application is proprietary, should be run as ...
vazlsky's user avatar
  • 2,360
0 votes
1 answer
348 views

I'm relatively new to Azure Service Bus (and message queueing in general), and have run into technical detail that seemed like a simple question but without a solution clearly available online. The C# ...
marcuthh's user avatar
  • 606
0 votes
0 answers
29 views

Message message = mq.Peek if (message != null) { message.Formatter = new XmlMessageFormatter (new string[]{ "System.String,mscorlib"}); string messageBody = message.Body.ToString ()...
Vishal's user avatar
  • 1
1 vote
1 answer
370 views

I'm currently working on integrating RabbitMQ into my monolithic NestJS application for real-time inventory management as part of my e-commerce app. I want to use a fanout type exchange to broadcast ...
berk's user avatar
  • 119
0 votes
3 answers
194 views

I am trying to upgrade a messaging library from SYSV message queues to POSIX message queues. Unlike with SYSV queues, closing and/or deleting a POSIX message queue that is blocked in mq_receive() ...
Haydentech's user avatar
  • 1,266
1 vote
1 answer
114 views

The default durability model of Kafka is to write "in memory" to multiple brokers at which point the produce request is acknowledged. Writes (and fsync) to durable storage comes later, and ...
BeeOnRope's user avatar
  • 66.3k

1
2 3 4 5
80