tagged [messaging]
How to send push notification to web browser?
How to send push notification to web browser? I have been reading for past few hours about [Push Notification API](http://www.w3.org/TR/push-api/) and [Web Notification API](http://www.w3.org/TR/notif...
- Modified
- 27 Dec at 23:52
What to use for Messaging with C#
What to use for Messaging with C# So my company stores alot of data in a foxpro database and trying to get around the performance hit of touching it directly I was thinking of messaging anything that ...
RabbitMQ channel creation guidelines
RabbitMQ channel creation guidelines 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 abo...
How to do a UDP multicast across the local network in c#?
How to do a UDP multicast across the local network in c#? I am trying to get some simple UDP communication working on my local network. All i want to do is do a multicast to all machines on the networ...
- Modified
- 20 Apr at 07:11
Send push to Android by C# using FCM (Firebase Cloud Messaging)
Send push to Android by C# using FCM (Firebase Cloud Messaging) I am using this code to send notification message by C# with GCM, using Winforms, Webforms, whatever. Now I want to send to FCM (Firebas...
- Modified
- 24 May at 12:0
FirebaseInstanceIdService is deprecated
FirebaseInstanceIdService is deprecated Hope all of you aware of this class, used to get notification token whenever firebase notification token got refreshed we get the refreshed token from this clas...
- Modified
- 25 Jul at 12:56
Multicasting, Messaging, ActiveMQ vs. MSMQ?
Multicasting, Messaging, ActiveMQ vs. MSMQ? I'm working on a messaging/notification system for our products. Basic requirements are: - - The libraries will be written in C#. Spring.NET just released a...
Firebase cloud messaging notification not received by device
Firebase cloud messaging notification not received by device I am having an issue with FireBase Cloud Messaging in which I get the Token from the device and send the notification test through the Goog...
- Modified
- 26 May at 13:58
My buffer contains elements, but aren't being printed
My buffer contains elements, but aren't being printed Sorry scratch my last post, it's way to late =S But basically I'm having problems sending out the buffer I created. Just need to know where I'm go...
ServiceStack MQ: how to populate data in RequestContext
ServiceStack MQ: how to populate data in RequestContext I'm developing a JWT-based multi-tenancy system using ServiceStack. The JWT token contains shard information, and I use `JwtAuthProvider` to tra...
- Modified
- 16 Jun at 10:47
ServiceStack - how to host multiple versioned endpoints in one service?
ServiceStack - how to host multiple versioned endpoints in one service? # Where I was I'm trying to convert some WCF services to use ServiceStack instead. For the most part it's achieving what I want ...
- Modified
- 5 Dec at 05:43
ServiceStack Messaging API: Using HostContet.AppHost.ExecuteMessage in OnAfterInit gives NullReferenceException
ServiceStack Messaging API: Using HostContet.AppHost.ExecuteMessage in OnAfterInit gives NullReferenceException As previously [discussed here](https://stackoverflow.com/questions/64562749/servicestack...
- Modified
- 4 Dec at 16:33
Native Messaging Chrome
Native Messaging Chrome I am trying to get Native Messaging between my chrome extension and my c# application. The javascript works fine, but I am getting this error: > Error when communicating with t...
- Modified
- 10 Jul at 05:53
Firebase (FCM) how to get token
Firebase (FCM) how to get token It's my first time using FCM. I download a sample from [firebase/quickstart-android](https://github.com/firebase/quickstart-android) and I install the FCM Quickstart. B...
- Modified
- 3 Aug at 11:24
Delaying the creation and dispatch of domain events
Delaying the creation and dispatch of domain events I've been using the [Domain Events pattern](http://www.udidahan.com/2009/06/14/domain-events-salvation/) for some time - it enables us to encapsulat...
- Modified
- 27 Dec at 00:3
How do you send a Firebase Notification to all devices via CURL?
How do you send a Firebase Notification to all devices via CURL? I'm attempting to send out a notification to all app users (on Android), essentially duplicating what happens when a notification is se...
- Modified
- 23 May at 11:47