Top "Messages" questions

For questions regarding Facebook messages, JavaScript messages, mobile messages (Android, iOS, windows-phone), etc.

Messages with expiration are not removed from RabbitMQ

I am sending a normal message through a producer to RabbitMQ and then I send a second message with the …

rabbitmq messages ttl
Is there another way of launching the Messages app in iOS? (for donations)

We're trying to submit an iOS app that makes charitable SMS donations. We've done a number of these in the …

ios sms messages submission donations
SWIFT MT message validation

I am looking for java library or a vb addin that can be used for - SWIFT message syntax validation …

messages swift-mt
Why would you use a message based system?

What are the motivations for using a message based system? I'm seeing a lot about service buses such as NServiceBus …

language-agnostic messages servicebus
How can I keep Task Manager from killing my program?

Is there any way to protect my Delphi application from being killed by the Windows task manager (or others like …

windows delphi process messages taskmanager
Gmail API all messages

I need to get all messages in Inbox with gmail api. But I see only one way to do it. …

request messages quota gmail-api
Redirect while passing message in django

I'm trying to run a redirect after I check to see if the user_settings exist for a user (if …

python django redirect messages django-messages
Django Testing - check messages for a view that redirects

I have been writing tests for one of my django applications and have been looking to get around this problem …

django redirect testing messages django-context
Why don't my Django unittests know that MessageMiddleware is installed?

I'm working on a Django project and am writing unittests for it. However, in a test, when I try and …

django unit-testing messages middleware