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

Web service URL for ComIbmWSRequestNode

Any reason for why executing this shows the web service URL for ComIbmSOAPRequestNode but not for ComIbmWSRequestNode? mqsireportproperties MYBROKER -o AllMessageFlows -e default -r I'm using MB6.1 and I have a requirement to extract all hardcoded…
Yasser Al Masri
  • 53
  • 1
  • 10
0
votes
1 answer

IBM Message Broker JDBC connection user password

I'm using the IBM Integration Toolkit 9. I have created a Java Compute node and I would like to set up a JDBC connection pool to an Oracle database, and use it from within the Java Compute node. How would I set up that pool? Using one of the "node"…
Shahriar
  • 303
  • 4
  • 12
0
votes
1 answer

RabbitMQ - Is there a way to go back to old messages in a queue

Lets say my consumer acked and due to some strange reason did not handle the message well. Is there a technic to go over message again? Requirements : 1. same order. 2. continue receiving new messages and placing them last in the queue? …
Bick
  • 17,833
  • 52
  • 146
  • 251
0
votes
2 answers

Communicating Message Broker and Websphere Application Server

I have a portal application deployed on WebSphere Portal server and message flows deployed in message broker execution group. The portal application does some kind of database CRUD operation. Based on the changes made through portal, I want to…
user2306993
  • 197
  • 1
  • 1
  • 12
0
votes
2 answers

rabbitmq - active active solution over wan and lan

From the active/active documentation - we have developed active/active high availability for queues This solution still requires a RabbitMQ cluster, which means that it will not cope seamlessly with network partitions within the cluster and,…
Bick
  • 17,833
  • 52
  • 146
  • 251
0
votes
1 answer

Opening an external url from message broker

I want to open http://www.google.com from IBM Message broker flow?Is it possible to do this?If so,please let me know how to do this?
Rad4
  • 1,936
  • 8
  • 30
  • 50
0
votes
1 answer

Parsing vs Validation in Message Broker

What is the actual difference between Parsing and Validation? As parsing itself can recognise the message structure ,why should we go for validation? Parsing itself throws error if the message is not as per the structure defined for MRM parser,then…
Rad4
  • 1,936
  • 8
  • 30
  • 50
0
votes
1 answer

ejb jndi lookup throws ClassCastexception only when invoked from IBM Message Broker

When i try to make a remote ejb jndi look up, IBM message Broker throws ClassCastexception for the factory object. But the same code works fine for a normal local java application and junit.Why this problem occurs when called only from IBM…
0
votes
1 answer

How to select data from data base using sqlj in message broker v8?

Can any one tell me how to to select table from data base using sqlj in java compute node in message broker v8 i have tried every thing in the help content but nothing seems to be working pls help me as i am new to message broker
0
votes
2 answers

ESQL : Check One of the incoming xml tag contains serialzed data

Need help to validate if one of the incoming XML tag contains serialized data or not. If ir doesn't contain then have to thow an user defined exception. This has to be achieved using ESQL. example…
user2995546
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

WSO2 MB - How to Get Publisher IP or ID

in a use case in which i have N publishers on a topic and M subscribers to the same topic, when a message is delivered, is there the native possibility for a each subscriber to know which was the actual publisher (by an ID or an IP field)? Is this…
Alex
  • 1,515
  • 2
  • 22
  • 44
0
votes
1 answer

WSO2 ESB and MB Message Store looses Message Body

i m trying to face up to the integration between WSO2 ESB 4.7.0 and WSO2 MB 2.1.0, following the instructions written at this URL: http://docs.wso2.org/display/MB210/Integrating+WSO2+ESB In particular i want to use a message store as a queue. So i…
Alex
  • 1,515
  • 2
  • 22
  • 44
0
votes
2 answers

Websphere Message Broker and Websphere Transformation Extender Installation

I am having issues making WMB and WTX work together on Windows environment. All the installations seem to have successfully installed. Now, when i add a WTX node in a Message Flow, i get 2 exceptions: java.lang.NullPointerException at…
mandy
  • 735
  • 1
  • 9
  • 24
0
votes
1 answer

Can Message Broker 7.0 running on z/OS extract/update SQL Server data?

Need your inputs around how to extract and update data from SQL Server 2012 database from Message Broker V7.0 running on Z/OS. We initially thought of using Database Input Node of MB. But as MB 7 on z/OS doesn't seem to support SQL Server as per IBM…
0
votes
1 answer

.NET Compute node in IBM WebSphere Message Broker V7

I am trying to integrate with IBM WebSphere Message Broker V7 from .NET. In version 8 there is a .NET Compute Node but I don't find it in V7. Are there any other options? Thanks in advance, Radu
Radu Negrila
  • 627
  • 1
  • 6
  • 11