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

Why file path is invalid in a MQ configurable service?

I have a configurable service (CDServer). When I try to deploy my WMB flow that uses a CDInput Node, which is using the configurable service I got the following error: BIP7962E: File path '\\192.168.45.91\myfolder' specified for the property…
brokermq
  • 97
  • 1
  • 4
  • 15
0
votes
1 answer

Publish/subscribe MessageBroker + MQ basics

I would truly appreciate some help with developing a simple pub/sub flow using message broker 7.0 and MQ 7.0 My flow is supposed to accept a certain message with no header, filter it based on the field (process, if the value is "yes") And then…
tania
  • 1,086
  • 2
  • 12
  • 31
0
votes
1 answer

message broker about ws-event demo

message broker about ws-event demo q1: http://wso2.org/library/knowledge-base/2012/06/publishing-messages-message-broker-using-event-mediator how a client call proxyservice q2: Event Sink URL target service demo
0
votes
1 answer

SQL Server Message Broker - External Activation

I have a Sql Server inside a restricted network. I need to somehow get data from the outside in. I would like to harness the use of Message Broker. My thinking is the external db places a message on a queue then I require a service that sits inside…
redsquare
  • 78,161
  • 20
  • 151
  • 159
0
votes
1 answer

message requeue and placing into backout issues

I'm stuck with the following issue with message Broker 7.0.0.5 Here is my flow: what I want it to do: 1. accept an XML, parse, using XMLNSC 2. then I want some business logic to be performed, but let's skip it and focus on the following - I want to…
tania
  • 1,086
  • 2
  • 12
  • 31
0
votes
1 answer

Really Small Message Broker (RSMB) on windows server 2008

i want to ask about how to use RSMB on windows server 2008. i use amazon as a server. and i use android as a client when i try connect my mqtt client to server. an error ocured. i use an simple notification based on this link.…
0
votes
1 answer

Slow KahaDB access

After running activemq broker for about 3 months, it was much slow as below. When it is restarted, it came back normal (about 600ms - 1000ms). I am looking for the cause of the problem. The HD is quite fast 1K rpm with not much IOs. Please tell…
Lwin Htoo Ko
  • 2,326
  • 4
  • 26
  • 38
0
votes
1 answer

WMB: In ESQL, is it possible to connect to a datasource defined as a JDBCProvider configurable service in lieu of ODBC DSN?

I'm inheriting an existing WMB flow that is ESQL-centric (Compute nodes) that accesses its database via an ODBC DSN. I'd prefer to use a configurable service for database access in lieu of an ODBC DSN, which is what I use with Java-centric flows…
bug11
  • 366
  • 3
  • 15
0
votes
2 answers

windows service "Really Small Message Broker" OR "rsmb"

http://markallanson.net/wordpress/index.php/category/rsmb/ I was trying to follow the above link for setting up mqtt as a windows service to run silently at background. but, can't follow what the author wants to say in step one and two. neither…
jeet.chanchawat
  • 5,842
  • 5
  • 38
  • 59
0
votes
1 answer

IBM Message Broker running on linux needs to call windows executable. Can it be done?

The scenarios is: IBM WMB V8 running on linux has a list of user id's given to it in an MQ message. For each user id I need to connect to a windows box (samba share probably) and then pass this user id to a windows executable…
sapatos
  • 1,292
  • 3
  • 21
  • 44
0
votes
1 answer

Message Broker 6.1 sleep exception

I'm trying to add a simple sleep function to extend the base ESQL API. Java implementation: public static void sleep(long millis) { try { Thread.sleep(millis); } catch (InterruptedException e) { e.printStackTrace(); …
user821445
0
votes
1 answer

Need Message Broker for data synchronisation between few(3 and more) applications

I need to send(synchronise) data between few(3 and more) apps. And Message Broker must solve few problems: Broadcast one message to unknown amount of receivers. Control of success red. Application can success/read a message only once or only after…
66Ton99
  • 430
  • 6
  • 19
0
votes
2 answers

Network Traffic in AMQP QPID

QPID AMQP I have a question regrading network traffic . suppose I have a Publisher on Machine A . The Qpid broker is running on Machine B . WE have two subscribers Machine C and Machine D (They both subscribe to same topics). Now Imagine a topology…
user179156
  • 841
  • 9
  • 31
-1
votes
0 answers

Django container with Celery and Redis

Django DiagramI was had 3 questions based on the diagram. Is this a realistic feasible approach. (learning/work project for growing users/data) Can the same Redis server act as the celery broker and API buffer Should I start building all the…
Chava
  • 1
  • 2
-1
votes
2 answers

Can't connect ngx-mqtt client to public IP mosquitto mqtt broker over websockets 9001

Client Side When I try to connect my angular application running ngx-mqtt to a mqtt broker with a public facing IP address I end up getting these errors on my browser (Firefox) console log: This is how the connection details are setup on my angular…
SneakyShrike
  • 723
  • 1
  • 10
  • 31