Questions tagged [messagebroker]

A Message Broker is a pattern which is designed for purpose of consuming messages from applications and performing actions like transformation , providing a point-to-point and publish-subscribe pattern of message routing mechanism. It mediates communication among applications, minimizing the mutual awareness that applications should have of each other in order to be able to exchange messages, effectively implementing decoupling.

Message broker is an intermediary program module which translates a message from the formal messaging protocol of the sender to the formal messaging protocol of the receiver. Message brokers are elements in telecommunication networks where programs (software applications) communicate by exchanging formally-defined messages. Message brokers are a building block of Message oriented middleware.

Resources:

648 questions
1
vote
0 answers

Integrate Rabbitmq With NiFi Instance Or How to consume a rabbitmq que from NiFi : Consume AMQP

How to subscribe a rabbitmq que from NiFi? Is there any possible way to configure to integrate nifi with rabbitmq, in such a way that nifi can consume the data in which rabbitmq publishes. When tries to connects with amqp getting connection errors…
Jobin Jose
  • 51
  • 1
  • 6
1
vote
3 answers

'Unconvertable character' exception in HTTPRequest node when sending a HTTPRequestHeader containing a special character

I'm getting an 'Unconvertable character' exception when sending a HTTPRequestHeader to HTTPRequest Node containing a special character. Error in the ExceptionList when debugging: RecoverableException …
1
vote
1 answer

Show MQTT data in django template

I'm using paho-MQTT and I'm able to receive messages. When I receive a message, I want to display the data in a template, but am unable to do so. Below is the code I have. import paho.mqtt.client as mqtt import json def on_connect(client, userdata,…
Rod
  • 57
  • 5
1
vote
0 answers

disadvantage change max.poll.records to 1 & fetch.max.wait.ms to 50ms in consumer config, especially in production?

I have microservices that send data to another microservices, that have 2 API [ health check API and Send data API]. Flow of application is health check API hit destination server frequently to make sure server alive then data can be sent. if not,…
1
vote
1 answer

Perform action on seen/unseen messages with socket.io

What is the best practice to handle seen/unseen messages in a chat room application based on Nodejs/SocketIO/React. Consider User1 sends a message to a room. If another user has seen that message, notify all users that the state of message has been…
mj.akbarian
  • 53
  • 2
  • 9
1
vote
0 answers

how to set username password for hbmqtt in python

I know how to connect to broker by hbmqtt in script bash: hbmqtt_sub --url mqtt://guest:guest@localhost:15672 -t a/b but in my code where i use hbmqtt library how can I set username and password async def test_sub(): client = MQTTClient() …
1
vote
1 answer

How to subscribe to all topics/messages using NodeJS mqtt, emqx

I am writing an MQTT subscriber in NodeJS using the mqtt package. The goal of this subscriber is to receive all messages coming to any/all topics but looks like the subscription to # (subscribe to all topics) does not seem to work. But when I…
Soumitri Pattnaik
  • 3,246
  • 4
  • 24
  • 42
1
vote
0 answers

Attempting to run Kafka Connect in distributed mode locally, problem with internal topics

I am continuing to run Kafka Connect locally using this repo and specific folder path: https://github.com/entechlog/kafka-examples/tree/master/kafka-connect-standalone I have added AWS MSK IAM authentication to this repo, as well as a few other…
1
vote
0 answers

How to make sure that message which is sent to the message broker contains all needed data?

I am designing audit solution and one of the non functional requirement related to performance says that audit entries have to be created without slowing down the main flow and one of the functional requirement says that audit entry should contains…
fashuser
  • 2,152
  • 3
  • 29
  • 51
1
vote
0 answers

Kafka cluster with many smaller brokers or fewer larger ones?

I'm building a Kafka cluster in MSK. With that, I have the option of choosing broker count and broker VM size. There is no cost difference between, for instance, 6 kafka.m5.4xlarge vs 3 kafka.m5.8xlarge, where the 8xlarge is twice the vCPU and RAM…
jeremysprofile
  • 10,028
  • 4
  • 33
  • 53
1
vote
0 answers

Is Kafka a Message Queue or a Message Broker?

After going through a couple of articles explaining the difference between Message Queues and Message Brokers, I'm quite confused as to whether Kafka is a Message Queue or a Message Broker. The main difference that I know is that Message Queue offer…
1
vote
0 answers

Is there hooks for native mongodb driver for node like in mongoose

Context: DDD project deployed as distributed event-based micro-services (also uses Onion architecture) For saving data into persistence (mongodb), I am using native mongodb node.js driver (for some reasons not using ORM). I need to implement some…
1
vote
1 answer

How to make two NODE.js servers communicate each other over RabbitMQ?

I wanted to create two servers in Node.js and make full-duplex communication with each other over rabbitMQ. I am new to messagebrokers or event-driven development, I just want to make one server serve API to the front-end another one just a chat…
1
vote
2 answers

Transform CSV files to Java objects using WebSphere Message Broker (WMB)

I wish to use IBM WebSphere Message Broker (probably V6) to consume some CSV files, perform some validation and then populate some Java objects for consumption by a Java application. I believe that much of this can be achieved by using the…
Baz R
  • 97
  • 1
  • 1
  • 11
1
vote
0 answers

IBM IIB or ACE :: how to access Security Identity or Vault details in Java compute node or any nodes

IBM IIB or IBM App Connect Enterprise has a feature to store user credentials such as username and password at the server level with the help of the following commands. mqsisetdbparms mqsivault We wanted to access values of Username and password…
Hari
  • 117
  • 1
  • 7