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
votes
1 answer

RabbitMQ keep processing order of jobs in a same group

I have a list of jobs in my application queue(RabbitMQ). Some of these jobs are group together and must do in the order.(not continuous, but by order of dispatch time) For example, consider this 4 jobs in the queue: [ { "group": "x",…
Amin Shojaei
  • 5,451
  • 2
  • 38
  • 46
-1
votes
1 answer

Microservice architecture with API Gateway talking to Message Broker instead of directly to Microservices

One of the main concerns when implementing an API Gateway is that you are coupling that tier with the internal microservices. Is there such an architecture having the API Gateway only communicate directly to a message broker like Rabbit MQ which…
Blake Rivell
  • 13,105
  • 31
  • 115
  • 231
-1
votes
1 answer

The task was unsuccessful: The deployment was unsuccessful due to unknown reason

Error Description: The BAR File contains .msgflow files and this broker does not support them. To deploy this BAR file to the target broker save the BAR file selecting the 'Compile and in-line resources option'. Check that, 1. The broker is…
-1
votes
1 answer

What is the best style of integration considering a large volume of transactions and guaranteed delivery?

Considering a company with more than 1000 points of sales in the country needs to send sales recorded in your store to your sales center a couple of times during the day. What is the best integration strategy to ensure delivery? Use a JMS queue at…
Daniel
  • 1
  • 1
-1
votes
1 answer

ESQL to read value from cache property file

AM new to esql, in my message flow have a lookup file which contains some values for forking messages. Now i have a new requirement to read a value from lookup cache file and search for string, so if contains particular string duplicate the messages…
-1
votes
1 answer

Cmake unable to locate Boost Libraries (Windows)

I'm currently trying to build the Apache qpid messaging broker on Windows using CMake and the Boost (C++). I went through the initial steps of setting up Qpid on Windows as specified in this file. I set the variable BOOST_ROOT to "C:/< Home…
loremIpsum1771
  • 2,497
  • 5
  • 40
  • 87
-1
votes
1 answer

Performance optimization in message delivery and consuming mechanism WSO2 MB 3.1.0

How will I be able to do a Performance Tuning in WSO2 Message Broker? I did go through this document which explains about modifying the parameter values in the broker.xml which ideally did improve the performance of message delivery plus…
Kulasangar
  • 9,046
  • 5
  • 51
  • 82
-1
votes
1 answer

Bind a particular service to Broker

I am new to Message Broker.And I am in project that involves web-services. I have created a WSDL using the XSD's. Now how to bind the service with broker ,so its accessible from the outside. Thanks in advance
-1
votes
1 answer

GETTING SERIALIZING ERROR WHILE ASSIGNING VALUE TO THE DFDL PARSER IN ESQL

Getting Serializing error IIB 9 and Websphere MQ I have a sample message flow. with MQInput node, Compute node, Mqoutput node and using DFDL. I have a dfdl with one mandatory segment and other 3 are non mandatory segments. in non mandatory segments…
user1673787
  • 65
  • 1
  • 2
  • 8
-1
votes
1 answer

Multithreading message broker in a transactional system - Best Practice

We have 2 systems that exchange tickets base on a transactional flow, they have an order in the ticket statuses if one status does not reach one system all the flow is stuck. The problem is that we use a multi threaded, load balanced message broker…
CyberDracula
  • 316
  • 1
  • 2
  • 6
-1
votes
1 answer

Configure Lotus Notes to parse utf8 in the header

The question is related to a question I've previously asked https://stackoverflow.com/questions/13158412/message-broker-sending-email The problem is as following: I send an email vie Message Broker email node, and the Lotus Notes client displays the…
gisly
  • 673
  • 1
  • 8
  • 30
-2
votes
2 answers

Problems checking SQL Broker objects before creating them

Is there any way to check SQL Broker before creating then? I really need to skip in case of existing object: CREATE MESSAGE TYPE MessageType AUTHORIZATION dbo VALIDATION = None; CREATE CONTRACT MessageContract (MessageType SENT BY ANY); I'd like…
André IT
  • 45
  • 7
-2
votes
1 answer

RabbitMQ Message Broker with node?

I moved the our .Net platform from SQL Server to MySQL, to let my technologies communication easy how I can use communication via message bus (rabbitmq) using node, please help?
kajal2370
  • 1
  • 1
  • 1
-2
votes
1 answer

using Message oriented middleware for communications within single web application realm

I wanted to check the viability of the design approach to use Message Oriented middle-ware (MOM) technology like JMS or ActiveMQ or RabbitMQ for handling asynchronous processing within single web application i.e. the publisher and the subscriber to…
zulu99
  • 23
  • 4
-2
votes
1 answer

New to Message broker 7

I am new to message broker and I am having a problem. What I need to do is this. Check the message que. If the message que is backed up I need to release one message at a time every 7 seconds. Not sure where to start.
1 2 3
43
44