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.

learn more… | top users | synonyms

0
votes
1answer
8 views

Document Processing - a case for a Saga?

Part of the application I am working on involves the download of emails containing attachments, detecting a barcode in each attachment, scanning it for an identifier and using the identifier to insert ...
0
votes
1answer
12 views

Send One Message to only one of Multiple Consumers in RabbitMQ

I have a somewhat unique use case with RabbitMQ and I'm not sure how to go about solving the problem. I want to have one queue with multiple consumers bound to it and then have RabbitMQ send out one ...
0
votes
0answers
15 views

using RabbitMQ connection inside servlet

I'm trying to write a servlet that receives some messages from clients via GET and publish them on RabbitMQ. I have created a Broker class: public class Broker { private static final ...
1
vote
2answers
52 views

Best messaging component/library to use for a java distributed application? [closed]

This distributed application, I am working on, will be installed on different machines on our network. The central node will be able to query the other slave nodes. Each node can already be accessed ...
2
votes
3answers
84 views

Google Cloud Messaging for Chrome Error 500

So I'm trying to send a message to a chrome extension through GCM, using php. $data = json_encode(array( 'channelId' => 'channel id here', 'subchannelId' => '0', ...
0
votes
1answer
21 views

Architecture options for CouchDB messaging app

I have a question with regard to the most appropriate architecture on couchDB for a Messaging app use case I have. The use case is for a simple messaging platform which currently has one couch DB ...
1
vote
1answer
74 views

Achieving JMS/AMQP messaging patterns using Redis

This question arises as I came across some mentions (such as this), about using a Messaging software such as ZeroMQ alongwith Redis, but I keep hearing about Redis itself used a messaging-system. So, ...
1
vote
1answer
34 views

Using websocket channel in GraniteDS Gravity

I am using GraniteDS Gravity for my messaging service. My application works fine when using data polling, however when I try to use websocket channel instead of data polling, messages could not reach ...
2
votes
1answer
19 views

What is wrong with my MINA message? Going over a NioSocketConnector and failing, causing MINA to stop

I have a NioSocketConnector, and have successfully gotten the IoSession. I can write test messages ("abcdef", "|", "(asdfb)", "1234567890", etc.) My "real" messages error and cause the connection to ...
1
vote
1answer
40 views

Self-contained or versionable messages?

I'm having some message design head-aches. I want to start up an NServiceBus saga for a long running process. Part of the data needed to do the initialization is a list of constraints, which are ...
0
votes
2answers
37 views

Two-way sync with salesforce (java)

We would like to start using salesforce for managing sales contacts, but there is also some business functions regarding contacts that we would like to retain in our current system. As far as I can ...
0
votes
2answers
26 views

Cloud service for outbound call messaging

I would like to integrate a service as. Apart of our product signin that will call the user to give them a code. I can generate codes as mp3 without issue but I don't know of a service that can place ...
0
votes
0answers
25 views

SSL certificates with Instant Messaging

As you need certificates to connect through a TLS/SSL-connection, how do Instant Messaging services like, for example IRC, do this? Do they create a new certificate for every new user or are they just ...
0
votes
1answer
64 views

Client-Server-Client messaging with Windows Azure

Let's assume there are number of clients that asynchronously send messages for processing to Azure Cloud. The messages are pushed to a queue and processed relatively quickly (few seconds for each). ...
1
vote
4answers
59 views

High-performance storage for messages

I have been looking for high-performance file storage solution to be used for persisting soap messages in Java EE environment. We are currently using a CLOB table on Oracle RMDBS, but it is very ...
1
vote
1answer
75 views

Sending messages from other languages to an IPython kernel

Does anyone have any experience of communicating with IPython kernels from outside of Python? If I were trying to send messages from a Python app to an IPython kernel, I'd use the zmq.kernelmanager ...
-1
votes
0answers
50 views

how to use peekmessage() in win32 api to show a cancel button on progressbar

from my previous question "How to have while loop with a worker thread to prevent blocking main thread in win32 which is handling message queue" I found out the reason that my my win32 application ...
0
votes
0answers
46 views

How to dispatch messages for the developer or the user?

I'm about to begin the development of a C++ library, I'm planning to create a debug version of the library and a release variant. My problem, in general, it's about deciding and motivate the use of a ...
0
votes
0answers
33 views

Is it necessary for cluster address in unicast for WebLogic

Do we really need to set the ClusterAddress for cluster when we select unicast messaging for cluster communication in WebLogic? The ClusterAddress was not specified for a unicast cluster that was ...
0
votes
3answers
68 views

Is it possible to send a message from one app to another?

I have a text messaging app that I want users to be able to text another app of mine on someone else's phone that will show up within the app. Printed on screen. I have one app that will send the ...
1
vote
1answer
92 views

Two consumers on same Websphere MQ JMS Queue, both receiving same message

I am working with someone who is trying to achieve a load-balancing behavior using JMS Queues with IBM Websphere MQ. As such, they have multiple Camel JMS consumers configured to read from the same ...
-4
votes
3answers
63 views

Application encounters error connecting to host [closed]

I have registered to the sms gateway site ipipi.com .I am using mail.jar and activation.jar api. I am getting following exception in program.Could anyone suggest solution for this problem ? ...
0
votes
0answers
56 views

google cloud messaging for chrome receive error code 403 forbidden

I am in process of developing a Chrome extension program featuring google cloud messaging for chrome to push message to the instancess of my Chrome extension. When try to push message to GCM Server, ...
0
votes
2answers
94 views

How to connect two android devices and show text from A's clipboard on B's screen - all approaches?

Basically - the task: On device one, text is copied to clipboard. Device two must perform some actions with the text just copied on device one, for example invoke a browser with search engine page ...
0
votes
0answers
14 views

WebSphere messaging engine must use a unique schema for datasource?

IBM WebSphere documentation states that when configuring a messaging engine data store to use a data source, that you must use configure each messaging engine to use a unique schema, otherwise FFDC ...
0
votes
1answer
69 views

Creating a messaging application (Wifi)

I'm sort of new to Android application development. I already created a very simple application that turns the device's flashlight on/off. I'd like to try and create a messaging application where you ...
0
votes
0answers
26 views

RabbitMQ fetch number of messages that have been unacknowledged for given time

For system monitoring I'm trying to make sure that all messages that are delivered are acknowledged (which in my system means completed) in a given time frame. The reason I am not ack'ing right away ...
0
votes
1answer
74 views

Interrupt a thread while loop using message from UI

I'm sure the solution to my problem will be one of those "duh" moments, but I'm stuck so any helpful hints would be gratefully received. Problem: I have a UI with a background thread. The UI has a ...
0
votes
1answer
48 views

Is it possible to have one endpoint in an NServiceBus SOA use a different serializer from the rest?

Somewhat related to: Is it possible for an NServiceBus endpoint to Handle and Publish using different serializers? We already have wide deployment of NServiceBus in our infrastructure and it is all ...
0
votes
1answer
73 views

RabbitMQ Prefetch

Up until now, my RabbitMQ consumer clients have used a prefetch value of 1. I'm looking to increase the value in order to gain performance. If I set the value to 2, will the RabbitMQ server send each ...
0
votes
1answer
38 views

MYSQL GROUP and ORDER for messaging system

I've been pulling my hair with this one, I have a messaging system for a website where users can message each other, the inbox right now will show you a list of messages (like old school text ...
2
votes
2answers
125 views

Sending message directly to BizTalk or via MSMQ?

This is the first time I'm using BizTalk for cross-machine, asynchronous, reliable communication. I would like to know is there a way to directly send messages from one machine to BizTalk queue or I ...
0
votes
1answer
34 views

EAI - messaging bridge vs message translator

I've been reading up on Spring Integration and Enterprise Integration Patterns. I'm stuck on the Messaging Bridge pattern: http://enterpriseintegrationpatterns.com/MessagingBridge.html ...
0
votes
0answers
17 views

Cline side queuing vs synchronous communication [closed]

I wanted to know if synchronous communication can be better that client side queueing ? Also, what can be the risks of client side queuing ? Thanks, Prat.
0
votes
0answers
78 views

Android service talking to a PhoneGap app (using a plugin?)

I'm trying to figure out how to do this in an elegant way. What I want is this: An android service that runs in the background and does XY (this is implemented) An iOS service that runs in the ...
0
votes
0answers
45 views

send message to facebook user on rest api failed with error code 100 - messaging.send

I am trying to send message to facebook user id by the method: "messaging.send" and all parameters that described in the documentation are passed. But the problem that i got error syas that ...
1
vote
0answers
16 views

Hosting or site with simple API(without authentification and sessions) for posting/getting text messages

Could you please recommend some free hosting or existing site, which have simple API for posting and getting text messages? In my case, I want transfer(unreliably) short text messages between two PC, ...
0
votes
1answer
94 views

Can't send a message from xmpp4r?

I'm trying to test sending a message to one jid account by using xmpp4r: require 'xmpp4r' include Jabber jid = JID::new('alice@wonderland.lit') password = 'secr3t' cl = Client::new(jid) ...
1
vote
0answers
62 views

iOS: sending gifts to GameCenter friends

Some iOS apps have the feature to send gifts (in game objects / collectables) to Game Center friends. Is this a feature that can be implemented using Game Center only or will this require a custom ...
0
votes
1answer
70 views

HornetQ message redelivery with useExponentialBackOff

In ActiveMQ it is possible to set useExponentialBackOff in redelivery policy which would exponentially increase the delay every time the message consumption fails. How to achieve that in HornetQ? Is ...
1
vote
1answer
57 views

hornetq delayed redelivery for message group

I want to somehow delay messages for the whole message group. The thing is that all messages belonging to each message group must be processed in the same order they were posted, sequentially. If one ...
0
votes
2answers
52 views

What exactly is going on in this Win32 messaging loop?

What exactly is going on inside this Win32 messaging loop? I understand that TranslateMessage is converting keycodes to UTF char codes and sending the WM_CHAR event, but what is the call to ...
4
votes
2answers
168 views

Creating message in 'Messaging'

I want a message from my application to show up in the Windows Phone 'Messaging Hub' without having to send it as a text message. Is it possible to do this? The application doesn't have to be ...
0
votes
1answer
26 views

has_messages analog Rails 3.2

There is a realy simple gem has_messages for messaging between users. But I have some troubles with this gem. And seems to me he is not active anymore. Can you give gem as simple as has_messages? No ...
0
votes
1answer
156 views

Send an object using RabbitMQ

I Understand that this question duplicates question at using rabbitmq to send a message not string but struct if to do this using the first way first way I have the following trace: ...
-1
votes
1answer
205 views

C# real time finance desktop application [closed]

I am working on a C# client server application. Server is a C# application that subscribes to real time market data, generates trading signals, sends orders to exchange and maintains positions on ...
0
votes
0answers
85 views

Devise and simple-private-messages implementation

I want to build a user inbox system and choosing this simple-private-messages gem as the backbone. However, the documentation of this gem is rather primitive. I've generated the scaffold of this gem, ...
1
vote
1answer
47 views

Decoration pattern used for creating JMSMessages / Where should the timeout start

I started to build a messaging framework and I decided to use the decoration pattern for creating JMSMessages. class BaseMessage implements Message { ... } Abstract decoration class ...
1
vote
1answer
229 views

Spring JMSTemplate - lost messages

We are using Spring JMSTemplate 3.0.1RELEASE to send JMS messages to an ActiveMQ cluster. I am using useAsynSend=true to be able to send Asynchronous requests as these are all Fire and Forget. ...
0
votes
1answer
98 views

Trouble with RabbitMQ fanout exchange

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 ...

1 2 3 4 5 20