messaging Questions

5

I am looking to be able to move messages between queues (manually) in Rabbit. For example: first-queue has messages ['a','b','c','d','e','f'] second-queue has messages ['x','y'] I want to be ab...
Castoff asked 25/3, 2014 at 20:24

15

Solved

I am just starting to use RabbitMQ and AMQP in general. I have a queue of messages I have multiple consumers, which I would like to do different things with the same message. Most of the Rabbi...
Appoint asked 16/5, 2012 at 14:43

4

Solved

I want to send wm_close to another process, with which i want end that process safely. int _tmain(int argc, _TCHAR* argv[]) { DWORD SetOfPID; SetOfPID = GetProcId(_T("abc.exe")); //this will re...
Hematology asked 23/3, 2011 at 7:43

4

Solved

I was down the pub with a friend of mine yesterday and we started discussing the architecture in use at the company he works at. The conversation basically surrounded the pros/cons of a shared data...
Monicamonie asked 1/10, 2013 at 15:51

2

Solved

I have a Kubernetes app that is constantly logging ServiceBusReceiver.Receive Dependency calls. It is creating 2000 logs per hour, per instance. In the TelemtryClient there are only custom methods ...

6

I'm writing a simple class that my apps will use to send and receive messages using RabbitMQ. I've read as many how-tos, blog posts, white papers and the likes about RabbitMQ as I could find. Most ...
Pneumograph asked 15/4, 2011 at 18:54

2

So this has been such an annoying issue I've been having with facebook. We : created a messenger app verified the web-hook submitted the app for review got approval from Facebook Everything works...
Sienkiewicz asked 22/12, 2020 at 22:48

2

Solved

My code is there at this repo: https://github.com/akash07k/Clouding.git So, I'm unable to receive the notifications in my app. When I'm sending the notification to the app, then I'm getting the fol...

4

Solved

I need a messaging service that allows me to create a channel for each user in order to facilitate real-time notifications. If I have somewhere between 100,000 and 1 million users, does it make sen...

9

I want to try to send SMS to a cellphone in Austria. I have set up a free trial Twilio account to do so. however, my Twilio account seems not to be capable of doing so. but I think it should be pos...
Leflore asked 18/1, 2015 at 11:1

3

Solved

Is it possible / does it make sense to use an Android app as a "Producing client" for Apache Kafka? Let's say my Android App need to capture and analyse reaction time data. Goal is to collect all ...
Heteronomous asked 14/10, 2016 at 12:46

5

I have a Flutter app that uses Firebase messaging to delivery notifications. This is the base code, it does nothing special, besides saving the token on my DB. FirebaseMessaging _firebaseMessagi...
Whilom asked 24/7, 2018 at 17:36

7

Solved

What is the basic difference between stream processing and traditional message processing? As people say that kafka is good choice for stream processing but essentially kafka is a messaging framewo...
Shugart asked 19/1, 2017 at 14:39

4

Solved

I am currently trying to understand Lamport timestamps. Consider two processes P1 (producing events a1, a2,...) and P2 (producing events b1, b2,...). Let C(e) denote the Lamport timestamp associate...
Cutworm asked 20/6, 2015 at 18:51

2

Solved

I am able to create a fanout exchange using the Publish/Subscribe RabbitMQ Java tutorial, and any connected consumer will receive a copy of a message. Instead of declaring an exchange and binding d...
Pindling asked 11/3, 2013 at 15:24

1

I have been working with Facebook API and there documentation is awesome. Now i need to use the Instagram API and there documentation is not developer friendly, I want to use the Direct message fun...
Zorine asked 14/2, 2018 at 5:25

2

Solved

SDK: Flutter We are using Flutter with Firebase messaging in our app. Along with it, we are using plain_notification_token to get the FCM Token for Android and APNS Token for iOS. Getting this erro...
Confessor asked 9/7, 2021 at 17:12

3

I just read RabbitMQ's Java API docs, and found it very informative and straight-forward. The example for how to set up a simple Channel for publishing/consuming is very easy to follow and understa...
Milomilon asked 30/8, 2013 at 10:49

1

Solved

I am deciding if I should use MSK (managed kafka from AWS) or a combination of SQS + SNS to achieve a pub sub model? Background Currently, we have a micro service architecture but we don't use any ...

12

Solved

I was wondering if there is a clear distinction between message driven and event driven environments when we refer to SOA or middleware and generally in cases of application and enterprise integrat...
Consumerism asked 2/11, 2009 at 3:52

5

Solved

Want to implement a delayed consumer using the high level consumer api main idea: produce messages by key (each msg contains creation timestamp) this makes sure that each partition has ordered ...
Wakeless asked 2/8, 2015 at 18:10

2

I am a newbie to flutter. I just upgraded a project built for me to flutter 2.0 and I am not certain how to resolve this particular issue. I have googled and found examples. I understand there is i...
Padriac asked 12/3, 2021 at 6:27

4

Solved

I've been working with JMS and ActiveMQ. Everything is working wonders. I am not using spring, nor can I. The interface javax.jms.MessageListener has only one method, onMessage. From within a impl...
Deepfreeze asked 27/8, 2011 at 10:57

5

Solved

The actor based paradigm is pretty cool. Its ability to scale effectively makes it a paradigm to must-evaluate for any concurrent system. I have done some reading about it, and have a decent idea a...
Radiotherapy asked 26/11, 2012 at 2:13

5

I'm trying to implement my own chrome extension on which, on a certain event, create a browser notification and fills the popup with data calculated in background.js Here is my manifest.json file: ...

© 2022 - 2024 — McMap. All rights reserved.