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.

2583 questions
0
votes
1 answer

log4j JMSAppender and ActiveMQ as Camel endpoints

I want to connect a log4j JMSAppender to an ActiveMQ queue over Apache Camel, so that both are endpoints along a route. Furthermore, I'd like to have all the config done in Java (not XML). The log4j javadoc here and this SO question both show great…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
0
votes
2 answers

android programming based on message

I am developing an android application, which has to respond to a certain SMS message. The message must be as follows: It must come from a particular number, already known to the application. It must contain a certain code as the text. If both of…
0
votes
2 answers

how to get a users @facebook.com email?

I am trying to find out if a user has an @facebook.com email for messaging but can not see where to request that I do request perms for their regular email and can get that, but can't see where to get their @facebook.com email. It's not included…
Fitmo Appadmin
  • 499
  • 6
  • 9
0
votes
5 answers

reliable multicast in C#

what are my options for reliable multicast in c# /.Net 3.5? I don’t want to use MSMQ. I am open to commercial as well as open source options. Thanks
0
votes
1 answer

Get exception when Rhino ServiceBus is starting

I have my system divided into 2 parts. Both parts communicate with each other using Rhino Service Bus. There is no problem on Windows 7, but if I start it anywhere else (WinXP, Server 2003, ... ) I get the following exception when I call…
Lufi
  • 71
  • 5
0
votes
1 answer

How to create a messaging service?

I want to create a messaging service that uses the XMPP protocol. How would I implement the server-side as well as the client side aspects of this service? I know I would need a server (like Jabberd 2) that runs the messaging framework. How hard…
zpesk
  • 4,343
  • 7
  • 39
  • 61
0
votes
1 answer

Facebook-like messaging system with image upload

I am designing a facebook-like messaging system but have problems with image uploads within the message. text input. How do i go about it. Do i use input or div?
0
votes
1 answer

Time stamp when the message has been picked up by listener on queue

A Java program sends a message to queue and listener on the other end picks the message. Is it possible for the java program to know the time stamp when the listener had picked up the message. I know this can be achieved by listener sending a…
Gaurav
  • 1,549
  • 2
  • 15
  • 31
0
votes
1 answer

Connect iPhone application to flash media server

I Have a flash player application embedded with a website working fine. Now I want to do it in iPhone, fore that i want to send request to flash server. The responses from server are realtime and used RTMP. How can I send request to Flash server…
rakeshNS
  • 4,227
  • 4
  • 28
  • 42
0
votes
1 answer

Is there open source TCP server for android clients?

I searching for an open source TCP server that can be configured on the computer to work as server for client applications for Android. As I want to create messaging services between Android devices, I've found Apache Mina open source TCP server,…
Adham
  • 63,550
  • 98
  • 229
  • 344
0
votes
1 answer

Interpreting qpid-bench output

I'm running the qpid-bench tool that comes with Apache qpid against a couple different machines to bench mark the performance. I haven't been able to find any documentation on the output/results from the qpid-bench program. Here are the results from…
Brian
  • 20,195
  • 6
  • 34
  • 55
0
votes
2 answers

pys60 thread not working in symbian python

I am developing a sms app for symbian using pys60. I have created a thread for sending the sms but theread is not working. I want this thread to run in background, irrespective of applicaton closed or not. contact index is a dictionary with contact…
sam
  • 18,509
  • 24
  • 83
  • 116
0
votes
1 answer

cumulative messaging pattern

I am looking for design guidance here more than actual solutions, but welcome both. The scenario is that I have a publisher which is responsible for publishing user updates performed in a system. My downstream systems are the subscribers to these…
tom redfern
  • 30,562
  • 14
  • 91
  • 126
0
votes
1 answer

How to send sms in a language other than english

I'm using Logica SMPP api for sending sms. I'm able to send plain english messages with default data coding as "0" Now if I want to send sms in other language such as hindi or chinese, what are the different values I should set.. Should I create a…
Vishnupriya
0
votes
1 answer

midleware message system c++

I have low layer system like ACE. and thinking about message sending system between tasks, which include marsh/demarsh message .. may be xml based.. like SOAP or ORB is, but they to old I think.. and have no time write it under boost.spirit…
1 2 3
99
100