messaging Questions

3

Solved

What is the difference between a message channel and a message queue itself? They're different things. The queue actually holds messages which will be processed (pushed to the listener) in FIFO m...
Communalism asked 31/7, 2015 at 11:43

1

Solved

I'm consuming messages from amazon SQS queue. I have thousands of messages in the queue. When I start the application (written in Java with spring framework) It starts polling messages from the que...
Griefstricken asked 20/7, 2015 at 20:23

2

Solved

I want a method of uniquely identifying tuples throughout a whole Storm topology, so that each tuple can be tracked from Spout to the final Bolt. The way I understand it is when passing a unique ...
Dhoti asked 19/7, 2015 at 15:48

1

Solved

As per Wikipedia and Mqtt.org, MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport. ...
Burrstone asked 19/7, 2015 at 15:1

3

Solved

I have a worker running on Elastic Beanstalk which accepts POST requests via messages from queue. These messages triggers long operation which takes several minutes (sometimes even hours) and it is...
Constipation asked 17/6, 2015 at 7:27

5

Solved

I've been very interested in trying out microservices/SOA as an architecture and am having a hard time conceptualizing how the integration between services would actually be done. I like the idea ...
Tonytonya asked 19/3, 2014 at 17:39

4

Solved

I've been working with Android for well over a year now, but I still have trouble determining when different types of messaging/communication between processes/threads should be used. I'm mainly ta...
Hymettus asked 28/5, 2009 at 19:43

1

Solved

I'm trying to understand when and where to use the different built-in Akka mailboxes as well as when it is appropriate to roll your own. However, nowhere on that page does it explain what a "bounde...
Monolayer asked 1/6, 2015 at 18:59

1

Solved

I'm using Spring-integration 4.1.1.RELEASE and have code that uploads files in message payloads to a remote sFtp share. I'm using an sFtpRemoteFileTemplate initialized like this: Expression remote...
Domination asked 14/4, 2015 at 10:16

2

Solved

Application is sending logs from many machines to Amazon Cloud and store them in some database. > Lets assume: one machine log size: 1kB every 10 seconds, num of machines from 1000 to 5000 My...
Platino asked 11/4, 2015 at 8:30

2

Solved

I'm trying to setup a basic Java consumer to receive messages from a Kafka topic. I've followed the sample at - https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Group+Example - and have t...
Shannashannah asked 31/7, 2014 at 22:30

3

Solved

Consider the situation: public class OrderController { IBus bus; public OrderController(IBus bus) { this.bus = bus; } public ActionResult Checkout(String orderId) { var command = new Check...
Ossuary asked 13/3, 2015 at 7:41

2

Solved

I have some problem with signalR, I can not send message to specific User From Hub. I want to do like this: public void Send(string userToId, string userForId, string message) { IHubContext co...
Hypophyge asked 25/2, 2015 at 5:36

1

Solved

Rails 4.1.1 Ruby 2.1.1 The access point is https://pacific-savannah-8641.herokuapp.com Gemfile source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem '...
Bibby asked 11/2, 2015 at 15:30

1

Solved

I am looking for a messaging service for a new project that will have to interface some C# applications with some Java applications. I really like RabbitMQ because it seems to have amazing support ...
Preengage asked 9/2, 2015 at 3:30

3

Solved

I'm performing a trade study on (Java) Messaging & Queuing systems for an upcoming re-design of a back-end framework for a major web application (on Amazon's EC2 Cloud, x-large instances). I'm ...
Blinding asked 1/10, 2012 at 12:49

3

Solved

I am new to JMS. As far as I understood Consumers are capable of picking messages from queue/topic. So why do you need a MessageListener because Consumers will know when they have picked up message...
Ciapas asked 27/6, 2013 at 6:30

5

Solved

I am looking for lightweight messaging framework in Java. My task is to process events in a SEDA’s manner: I know that some stages of the processing could be completed quickly, and others not, and ...
Thirty asked 17/10, 2008 at 8:53

2

Solved

Sending message to all client works well but I want to send message to particular username. my server.js file looks like. What it does is when http://localhost:8080 is run, the client code adds use...
Gylys asked 17/5, 2012 at 3:36

0

I am using google play game service to handle the multiplayer in my game but I have reached major stumbling block. I use realtime multiplayer in game and send reliable messages periodically between...

2

Solved

I'm trying to implement a messaging system in PHP and MySQL but I'm having some trouble deciding on how I should do the tables and queries. What would be the best approach for a system that allows...
Spermaceti asked 17/5, 2011 at 15:17

3

Solved

I've been evaluating messaging technologies for my company but I've become very confused by the conceptual differences between a few terms: Pub/Sub vs Multicast vs Fan Out I am working with the fo...
Gynandrous asked 24/11, 2011 at 19:22

5

Solved

I'm looking for a small and yet efficient enough lightweight JMS broker solution with no or minimum of dependencies. My messaging code should be running in the environment with a lot of dependencie...
Bryozoan asked 24/3, 2010 at 12:21

1

What is the simplest approach to achieve strongly typed message based routing with Azure Service Bus. Assuming we only have one consumer and are using Service Bus Queues, is it easier to create a ...
Matteson asked 24/12, 2013 at 12:34

3

Solved

I am trying to configure my message endpoint mapping in my NServiceBus configuration by sending messages from different namespaces to different endpoints. As such, I have configured the following ...
Euryale asked 1/4, 2010 at 16:33

© 2022 - 2024 — McMap. All rights reserved.