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

Connecting WMB to database

I am new to WMB and I want to connect WMB to database. Please letme know which database will be good and please let me know the initial steps for connecting WMB to DB. Thanks Amit Khandelwal
user2845299
  • 1
  • 1
  • 1
0
votes
1 answer

error in configuring pure master/slave configuration in activemq 5.8?

I 'am trying to configure pure master/slave broker configuration. In slave activemq.xml file I have following configuration When I start slave broker it gives me…
Guru
  • 167
  • 3
  • 12
0
votes
1 answer

WSO2 MB 2.1 Error in deleting queue

With Messagebroker 2.1 Messages sent to temporary queues seem to get undelivered. More than that, I cannot delete these Objects in the Management Console. Error in deleting queue. Cannot delete Queue : TempQueue6f42b522-351e-426f-ae9e-19a2ba215c4d…
herbert-h
  • 1
  • 2
0
votes
2 answers

How to find the input queue(MQ) when we have a Message broker Flow

I have a deployed bar file in the MB in a execution group. Now i want to find out the input queue name from where the Broker flow is getting input. PlatForm : AIX
Twinkle
  • 1
  • 1
  • 1
0
votes
2 answers

Update actions from one sql table to another using Message Broker

i wanna use Wepshoere Message Broker to get the actions that any user perform on any table to be applied on another table Example 1- User insert a record on Table x in TestDB 2- Message broker take this newly added record and add it to Table y in…
Omneya
  • 557
  • 3
  • 10
  • 25
0
votes
0 answers

Active MQ - Multiple Broker instance

Being a newbie in ActiveMQ, want to know the pros and cons of configuring multiple broker instances in a single ActiveMQ and configuring multiple ActiveMQ instance (installations) each containing one broker instance. Simplifying the above, which one…
Abhishek Chatterjee
  • 1,962
  • 2
  • 23
  • 31
0
votes
1 answer

WebSphere® Message Broker - DataFlowEngine Process - Failed to allocate memory

The WebSphere Message Broker DataFlowEngine Process abnormally ends with an error Failed to allocate memory This happens when the incoming XML message is roughly 12 Mb. It was also noticed that a similar incoming XML message but 10 Mb in size did…
Guddu
  • 1,588
  • 4
  • 25
  • 53
0
votes
1 answer

IBM Message Broker 6.1 configuration manager doesn't start

After I installed fix pack 6.1.0-WS-MB-WinIA32-FP0011 the configuration manager throws a verification error at start. It complains the java level: Verification failed. The required Java level ''1.5.0'' was not found. The MQSI_JREPATH is set in…
sada
  • 584
  • 2
  • 8
  • 25
0
votes
1 answer

Java - sending a message to WebSphere message broker and its altering my message

So im sending a message to WebSphere and its successfully putting it on a queue. However I have having an issue getting it off another queue. But what I have noticed it when im sending me message using the line…
James King
  • 2,425
  • 7
  • 30
  • 45
0
votes
1 answer

ActiveMQ - broker network setup

I want to configure 3 activemq brokers (same machine or vm) that works together as broker network. What are the steps I need to follow ?
0
votes
1 answer

IBM Message Broker Toolkit 6.1

Is it possible to change Eclipse under the IBM Message Broker Toolkit 6.1? I need a newer version of it to use TFS plugin. Thank you
sada
  • 584
  • 2
  • 8
  • 25
0
votes
2 answers

Calling a back-end web service with IBM Message Broker

I was trying to deploy a back-end web service to IBM Message Broker. Then create a Java client to call Broker, which in turn calls the back-end web service. If the Java client can call Broker, then so can any other Java app. The IBM documentation…
Shahriar
  • 303
  • 4
  • 12
0
votes
2 answers

LASTMOVE loop is not working

my xml looks like - - + + + - - E
Yogus
  • 2,307
  • 5
  • 20
  • 38
0
votes
1 answer

extract the xml values in loop

I have an xml like 033144 1
Yogus
  • 2,307
  • 5
  • 20
  • 38
0
votes
1 answer

use nested Query in ESQL on Message Broker

I use this query to find my information in Oracle and it's correctly worked : SELECT A.ACTIONID,A.ACTIONNAME,A.ALLOWWRITE,A.ALLOWREAD FROM THP.TBACTION A WHERE A.ACTIONID IN ( SELECT AP.ACTIONID FROM THP.TBACTION_PROFILE AP WHERE AP.PROFID…
Sina Zeinali
  • 15
  • 2
  • 11