messaging Questions
1
Solved
In my Sails project, I have a User model/controller and a Request model/controller, as well as a Dashboard controller. A user can make a request for data using RequestController.create, and an admi...
Alysiaalyson asked 10/8, 2014 at 21:47
5
How do I acknowledge a message when I am using a message listener?
I get the following error when I try to do an acknowledge in my message listener.
A synchronous method call is not permitted whe...
6
Solved
I am working on PHP and Zend. I have to show different type of error/confirmation messages in application. Most of these messages are placed in code. So if I have to change one message then I have ...
Alexalexa asked 31/5, 2011 at 7:3
1
Solved
I am trying to do cross extension message passing between chrome extension and chrome app according to this article. But I am not sure that how to do it correctly. I used background js to receive a...
Weakfish asked 5/7, 2014 at 2:59
3
Solved
RabbitMQ's Channel#basicConsume method gives us the following arguments:
channel.basicConsume(queueName, autoAck, consumerTag, noLocal,
exclusive, arguments, callback);
Giving us the ability to...
Mazur asked 30/8, 2013 at 11:1
4
I'm using Clojure with core.async, and have a situation where I want to put a rate limit on the number of messages processed through a channel.
In particular I would like to:
Define a rate limit...
Photoneutron asked 20/2, 2014 at 7:30
1
Solved
As I understood AMQP 0.9.1, the main benefit was that you could send and receive messages and configure your exchanges / bindings / queues in a broker-independent way, thus you were able to s...
1
Solved
DefaultConsumer
My DemoConsumer inherits from DefaultConsumer.
I have noticed that working this way handleDelivery() is invoked from ThreadPool.
(printing Thread.currentThread().getName() I see po...
Seringa asked 3/4, 2014 at 14:7
1
Solved
I'm looking into building a real-time chat app for iPhone (but this question applies to Android and other devices as well) Basically I want the app to receive realtime messages while it's open as w...
Goodoh asked 29/3, 2014 at 21:7
1
Solved
I'm asking your sugegstions about an "architectural" scenario:
I'd looking for a simplest publish/subscribe architecture to let talk two decoupled servers over on internet, sharing "sparse" but "r...
Castaneda asked 26/2, 2014 at 15:45
1
Does the ISO 20022 standard message types have a one to one counterpart with SWIFT MX and SWIFT MT?
So far I have looked into the documentation of each one of them, but it's all too much and I'm s...
Leinster asked 17/6, 2013 at 12:41
2
Solved
I have a windows service which updates some reporting information.
I have some other applications running on the same machine which can do things that should cause the reporting information to be ...
1
Solved
I am going through the samples and reading the docs but I am still not sure of how to configure rebus for my scenario (or that using the bus is a good fit).
I have one producer of Tasks to do, let...
Guernsey asked 7/2, 2014 at 13:37
2
Solved
I've been using the Domain Events pattern for some time - it enables us to encapsulate as much behaviour in our domain layer as possible and provides a nice way for other parts of our application t...
Sosthenna asked 27/12, 2013 at 0:3
1
Solved
ActiveMQ / JMS has a built in-mechanism for ensuring that messages that share a common header (namely, the JMSXGroupID header) are always consumed by the same consumer of a queue when using a compe...
3
Solved
I read the documentation on the Kafka website but after trying to implement a complete minimal example ( producer --> kafka --> consumer) it's not very clear to me how the "consumer state", the off...
Tisiphone asked 7/2, 2013 at 15:39
8
Solved
Is there a free API or some other way to determine what carrier a cell phone number is registered with?
I'd like my application to broadcast text messages without them picking their carrier ...
3
Solved
I have difficulties wrapping my head around the concept.
I am trying to implement an endpoint that listens on a tcp port for incoming messages in a proprietary format, which would then transform t...
Cyano asked 22/1, 2010 at 17:25
2
Solved
I would like to queue up messages to be processed, only after a given duration of time elapses (i.e., a minimum date/time for execution is met), and/or at processing time of a message, defer its ex...
Vogue asked 26/8, 2013 at 18:43
11
Solved
I'm looking for (simple) examples of problems for which JMS is a good solution, and also reasons why JMS is a good solution in these cases. In the past I've simply used the database as a mean...
1
Solved
below is my code. I am trying to receive data from a website using cross-domain messaging. When I click the runit button, I keep getting the following error: "Uncaught SyntaxError: An invalid or il...
Auraaural asked 20/9, 2013 at 20:34
2
I'm trying to read up and understand 3 fundamental methods in the RabbitMQ Java client:
Channel#basicConsume
Channel#basicPublish; and
DefaultConsumer#handleDelivery
These methods have several ...
Rubio asked 30/8, 2013 at 11:36
1
Solved
I am trying to figure out exactly how I can capture all window messages of a process/window, from the time it was launched in c#. The process would not be my own so I would need to use some k...
3
Solved
In the RabbitMQ/AMQP Java client, you can create an AMQP.BasicProperties.Builder, and use it to build() an instance of AMQP.BasicProperties. This built properties instance can then be used for all ...
2
Solved
I am trying to implement my own messaging system for a Unity game. I have a basic version working - a very simplified example of this is as follows:
// Messaging class:
private Dictionary<Type...
Meisel asked 7/8, 2013 at 20:29
© 2022 - 2024 — McMap. All rights reserved.