Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [messaging]

Messaging refers to the design pattern whereby discrete messages are used for communication between objects or processes. Messages can be simple data, complex data structures, or even code. This pattern is often used for asynchronous or parallel computing.

messaging
0 votes
0 answers
4 views

How to make socket.io connection live forever i.e even when browser is minimised and the system is at sleep? On laptop and mobile as well

I developed a socket.io chat app with node.js that works fine with sending messages to rooms and all. I added notifications as well. But only one thing is missing. When the browser tab is inactive for ...
Ruthwik punati's user avatar
1 vote
1 answer
19 views

Swap message after sometime in watermill Golang

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
  • 33
0 votes
1 answer
43 views

Messaging program wont exit() when told

I'm trying to create a messaging system in python where two computers running the same program can message each other back and forth. I've accomplished that and added that if I type 'back' it exits ...
TrickyTaco11's user avatar
0 votes
1 answer
50 views

Mule 4 anypoint mq subscriber - circuit breaker not working

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 votes
0 answers
23 views

Cost effective way to implement text messages for my event reminder application?

I'm building an event reminder application that I plan to host and maintain on AWS. I want to offer email and text messaging as reminder options. I've been able to configure email simply using SES. (...
solidsnake99's user avatar
0 votes
0 answers
24 views

Compiling Spot-On Encryption Suite Messenger without Qt Creator

I wanted to compile the Spot-On Encryption Suite from a qmake terminal with these commands and steps: As compiling the Spot-On Encryption Suite requires several steps, including setting up the ...
Curio's user avatar
  • 1
0 votes
0 answers
229 views

Building a service that offers Virtual Phone Numbers for receiving temp SMS messages

Which infrastructure providers can be used to build a service that can offer virtual phone numbers that can in turn be provided to end users to receive temporary SMS messages? For building sites like -...
Satya's user avatar
  • 1,037
0 votes
0 answers
28 views

Why is my MMS stuck on "Sending" and not being sent?

I'm creating an app that works as the default messaging sms app. I'm using klinker41/android-smsmms library for sending messages and I have implemented it in the same way as this project Simple-SMS-...
Ibrahim Ezzat's user avatar
0 votes
0 answers
18 views

How can i sync two different apps to use Firebase Cloud Messaging through GetStream.io?

so i'm building a E hailing app that involves a rider app and a driver app, two separate apps. so as you can imagine the first one has a package name of com.roundtripz the second one: com....
user3118363's user avatar
0 votes
1 answer
537 views

Cloud Messaging API (Legacy) is disable [duplicate]

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,185
-3 votes
1 answer
29 views

How did twilio achieve setting this feature of sending bulk messages from a users number

Twilio has "Bring Your Own Number" policy where a user can register his number to twilio and can send whatsapp text messages on Whatsapp to his contacts programically. How did twilio achieve ...
Len Mendonca's user avatar
0 votes
1 answer
35 views

Is there any way that this chat-application can work? [closed]

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 votes
1 answer
88 views

How to implement a general application message queue in Flutter?

When I set a queue instance as closed (e.g. from a timer) and I have active items in that queue, I want to send a message that something will pop up in the UI confirming that the user wants to mark ...
Richard Haven's user avatar
0 votes
0 answers
47 views

FCM in Flutter my notification received on background is displayed twice

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
1 vote
0 answers
44 views

Microsoft Sync Framework replacement; or any robust peer-to-peer messaging service?

Decided to ask this after reading this answer to the same question: Is there a successor for Sync Framework 2.1? That was from more than 5 years ago. TL;DR: It's been five years since that question ...
JJJunior's user avatar

15 30 50 per page
1
2 3 4 5
174