messaging Questions
2
Solved
I am getting this error in background page when responding to request
from content script.
Does anyone know what can be causing this error?
Full stack trace:
Uncaught Error: Attempting to use ...
Illailladvised asked 17/3, 2011 at 10:15
1
as we all know message bus like rabbitMQ is mainly meant for asynchronous messaging so standard approch is to fire and forget like publish something on bus and don't worry about who will process pu...
Waldenses asked 12/10, 2017 at 16:28
1
Solved
MS has recently introduced the Microsoft.Azure.ServiceBus namespace.
https://github.com/Azure/azure-service-bus/blob/master/samples/readme.md
It is geared for the new .net standard framework (as i...
Ankylosis asked 25/8, 2017 at 1:59
4
Solved
We are designing for a microservices architecture model where service A publishes a message and services B, and C would like to receive/consume the message. However, for high availability multiple ...
Donitadonjon asked 7/8, 2017 at 1:38
3
Solved
I am currently evaluating message queue systems and RabbitMq seems like a good candidate, so I'm digging a little more into it.
To give a little context I'm looking to have something like one exch...
Irkutsk asked 7/4, 2010 at 21:55
2
Solved
I heard Amazon uses HTTP for its microservice based architecture. An alternative is to use a messaging system like RabbitMQ or Solace systems. I personally have experience with Solace based microse...
Selfhypnosis asked 7/12, 2016 at 5:49
5
Solved
Ok here is an overview of what's going on:
M <-- Message with unique id of 1234
|
+-Start Queue
|
|
| <-- Exchange
/|\
/ | \
/ | \ <-- bind to multiple queues
Q1 Q2 Q3
\ | / <...
3
Solved
Say you have a JMS queue, and multiple consumers are watching the queue for messages. You want one of the consumers to get all of a particular type of message, so you decide to employ message selec...
Steffi asked 13/5, 2010 at 16:51
2
I'm working on a messaging system with two tables and another table with the users information.
A conversation can be between 2 or more users. Every conversation has a UID and every messages exchan...
4
Solved
currently I am evaluating different Messaging Systems.
There is a question related to Apache Kafka which I could not answer myself.
Is it possible for a Kafka producer to create topics and partiti...
Jacie asked 22/4, 2017 at 19:58
2
I'd like to compare somehow capabilities of grpc vs. zeromq & its patterns: and I'd like to create some comparsion (feature set) - somehow - 0mq is "better" sockets - but anyways - if I apply 0...
1
I try to apply appropriate configuration to be able to use remote messaging system on artemis server through wildfly (also other environment members)
Firstly, i installed a standalone artemis serve...
Labyrinth asked 3/4, 2017 at 7:53
1
Solved
I'm new to RabbitMQ, and I'm somewhat lost in the documentation.
Currently, as an example, I'm trying to build a small mailer-service that listens to a queue, but I'm somewhat stuck on where I shou...
1
Solved
There doesn't seem to be a client available, or maybe I'm just looking in the wrong namespace. How is this expected to be done, or is the answer that I have to find another message service?
2
Solved
Caliburn.Micro. Automatically call eventaggregator.Subscribe() for IHandle implementors with Autofac
In Caliburn.Micro documentation the authors mention such possibility:
documentation link
IHandle inherits from a marker interface IHandle. This allows the use of casting to determine if an obje...
Allegro asked 29/7, 2011 at 9:22
2
Solved
I have two spring-boot applications. in receiver-application's Application.java I have:
@Bean
public JmsListenerContainerFactory<?> myFactory(ConnectionFactory connectionFactory, DefaultJmsLi...
Couchant asked 28/12, 2016 at 20:9
2
My big-picture problem:
I need to send a signal from a Windows 10 desktop app (or a service, really) to a UWP XAML MVVM app on the same OS instance / machine.
I was using named semaphores in the g...
6
Solved
I am new to Messaging and want to know the difference between ActiveMQ, Mule, ServiceMix and Camel
Anyone knows how each of these product is different?
Thanks in advance !
EDIT: Also would like ...
Gord asked 24/4, 2010 at 15:40
1
Solved
I am new to Kafka and the scenario that i am trying to achieve using Apache Kafka is:
I have a 3 producers who are sending instructions to a particular topic in Kafka. I have around 35 consumers w...
Mechanics asked 21/11, 2016 at 10:48
3
Solved
We have one MQ Queue which receives messages from an external system out of our control.
Our system processing the incoming messages is a critical one and needs to be up and running 27x7 no matter ...
Avaria asked 19/9, 2013 at 6:59
2
I have an application running inside an iframe on a "foreign" page (different domain etc.). To allow some basic communication between the iframe & the parent, I load some script of mine on the ...
Apices asked 12/10, 2016 at 6:39
5
Solved
I'm hoping that Ruby's message-passing infrastructure means there might be some clever trick for this.
How do I determine the calling object -- which object called the method I'm currently in?
Anecdotal asked 24/4, 2010 at 3:43
1
Solved
We are currently implementing an Instant Messaging system on our platform. We need to provide our users a chat history and be able to show the last 5 conversations that user had ( preview like on f...
Statute asked 14/9, 2016 at 10:57
2
Solved
I am attempting to publish a message as shown below
_bus.Publish(new BatchCompleted { BatchId = batch.Id});
And handle it in a BatchCompletedHandler:
public class BatchCompletedHandler: IHandle...
Ceremonious asked 24/9, 2013 at 11:59
3
Solved
Being new to Apache Camel, I was recently reviewing its long list of components and stumbled upon their support for SEDA queue components.
The page didn't make much sense to me, so I did a couple ...
Immensurable asked 6/2, 2012 at 14:14
© 2022 - 2024 — McMap. All rights reserved.