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

WSO2 MessageBroker:Throwing org.wso2.andes.AMQTimeoutException error when creating durable subscriber

I have a code that acts as my subscriber. I have created durable subscriber. So due to this i am getting exception as Exception in thread "main" javax.jms.JMSException: Error registering consumer: org.wso2.andes.AMQTimeoutException: Server did not…
Roy
  • 1,231
  • 1
  • 24
  • 61
0
votes
1 answer

How and where i can use message store and message processor in ESB?

I have used two instances of WSO2 ESB 4.6 at port number 9443(esb1) and 9446(esb2) and also using Message Broker 2.0.1 at 9444. I am using this url to perform my task…
Roy
  • 1,231
  • 1
  • 24
  • 61
0
votes
1 answer

input to Websphere Message Broker

I have an requirement to send data from Oracle DB to SFDC account. Scenario: Oracle DB -> WebSphere Message Broker(MB) -> WebSphere Message queue(MQ) -> DataPower (Service) -> SFDC account I’m not sure how the data will be pushed to MB? Do MB has…
0
votes
1 answer

how to run a c broker example program without using make file?

I want to run a helloworld example in apache qpid c++ broker without using make file is it possible.if so how to proceed and what libraries i need to include?
0
votes
4 answers

Convert xml incoming file to text

I receive an XML file through Websphere Message Broker, but when I process it with Java it gives me a non formatted file in the output. the XML input file :
user1079425
0
votes
1 answer

IBM Message Broker: Trace Nodes File Path Configurable

I'm trying to make several trace nodes, each with a configurable file path. I prefer if it were through a configurable service in the message broker, though is it possible? If not, are there other ways to make them configurable?
Mickey Espiritu
  • 101
  • 1
  • 4
  • 8
0
votes
1 answer

WSO2 Message Broker Topic Publisher

I m working on WSO2 MB 2.0.0. My requirement is to write a JAVA Code to publish messages to a particular topic. I have created a topic in Message Broker. Now I want to create a connection to the topic and post/publish messages on that topic. I have…
Naveen Goyal
  • 11
  • 1
  • 3
0
votes
1 answer

How to test WSO2 Message Broker with JMeter

I'm having some issues getting JMeter to work against the WSO2 Message Broker using the JMS Publisher. I had JMeter working against ActiveMQ but I'm still new with the tool. I copied the client libraries over to jmeter wso2mb-2.0.1\client-lib to…
0
votes
0 answers

Message broker and Message queue

I have a scenario where I have drop message to queue and fetch this message from other process and do the stuff. I have a website written on PHP, I am reading and writing to Redis while main database is MySQL. I don't want to delay user response…
Pawan
  • 517
  • 1
  • 9
  • 25
0
votes
1 answer

Configuring Message Broker to use a proxy

My organization recently implemented a new proxy/firewall appliance and now I find that my development broker instance (WMB version 8.0.0.1) is unable to call external web services. Does anyone have any experience in configuring the broker to use a…
Chris
  • 3
  • 2
0
votes
1 answer

What is the FileInput node Message Id?

What is the message identifier in a FileInput node? Or.. is there any way to get a unique identifier after a file is read? When we use the MQInput node the MQMD is used to get the MsgId, but here I don't know how to get this property, if there is…
brokermq
  • 97
  • 1
  • 4
  • 15
0
votes
1 answer

soapUI/Message Broker - Test flows based on SOAP

This one may be simple, but can't find it. I understand that flows with SOAP nodes (SOAP Input for example) are exposed as web services in Message Broker. How can I consume them with soapUI?
Xanathos
  • 598
  • 3
  • 15
  • 31
0
votes
2 answers

soapUI - Use WSDL from Websphere Message Broker

I'm doing a project with WebSphere Message Broker which results in 2 BAR files. One the client and the other the server. Both are deployed in a broker in a remote location (a server upstairs). The WSDL that the server flow uses is inside an Message…
Xanathos
  • 598
  • 3
  • 15
  • 31
0
votes
1 answer

ActiveMQ C# + network of brokers

I'm setting up a notification service using ActiveMQ, in C#. My ActiveMQ topology is a network of brokers: I've a pool of brokers and my clients use the failover uri to randomly connect to any of them. My question is rather simple but I was not able…
srodriguez
  • 1,937
  • 2
  • 24
  • 42
0
votes
1 answer

HTTP MessageFlow not working on Linux with MQ 7.1 and Broker 8.0.0.1

I am working on Linux and I have MQ version 7.1 and Broker 8.0.0.1 installed on the machine. I have one Http flow that I am not able to test/run. The same flow if I deploy on AIX.. I am able to run successfully, but when I try to do this in case of…
Tanu
  • 369
  • 5
  • 7
  • 18