Tagged Questions

A Websphere message broker is industry standard middleware solution which solves the problem of business integration and supports many transport protocols as well as data formats. A typical use of WMB is hub-spoke enterprise model where integration logic at enterprise level remain in centralized hub solution(implemented by WMB) while various spokes(applications/business units) connect to it for exchange of information.

learn more… | top users | synonyms

5
votes
4answers
430 views

Java/Python communication via message broker

What is a good solution for communication via message broker that supports both (C)Python and Java/JMS applications? My particular requirements are: open source solution Available on Linux-based ...
4
votes
2answers
208 views

sql insert into child and parent tables

I have two tables with a many-to-one relationship. (Oracle) **Table: PARENT** Field: A (PK) Field: B Field: C1 Field: C2 Field: C3 Field: C4 Field: C5 **Table CHILD** Field: A (PK) (FK to PARENT.A) ...
3
votes
2answers
225 views

What open source message queuing software provides durability with strict ordering?

What we need is RabbitMQ that actually works as a queue and doesn't do this. Messages should stay at the head of a queue untill client dequeues them explicitly. It seems like a very straightforward ...
3
votes
4answers
652 views

Publish/Subscribe samples with RabbitMQ in .NET

Ive built this sample: http://simonwdixon.wordpress.com/2011/05/08/getting-started-with-rabbitmq-in-dotnet/ , but made 2 programs: one-publisher, another- subscriber. Im using BasicPublish to publish ...
2
votes
1answer
20 views

WebSphere Message Broker MQMD Report

When I set MQMD.Expiry and MQM.Report (= MQRO_EXPIRATION_WITH_FULL_DATA) in Message Broker, where do messages go if they expire? Should I catch them in the MQInput node? If so, how do I ...
2
votes
4answers
67 views

How well does WebSphere MQ / Message Broker perform under Linux?

My company is considering moving from Solaris to Linux, but some FUD has been raised concerning how well WebSphere MQ and Message Broker perform on RHEL. There are also concerns about support from ...
2
votes
2answers
100 views

ZMQ pub/sub reliable/scalable design

I'm designin a pub/sub architecture using ZMQ. I need maximum reliability and scalability and am kind of lost in the hell of possibilities provided. At the moment, I got a set a publishers and ...
2
votes
2answers
164 views

Embedded systems: Sockets vs MSMQ

I'm developing a few applications for embedded devices; they should be compatible with both Windows CE 5.0 and XP embedded using C# 2.0. Applications should exchange small messages which usually ...
2
votes
1answer
228 views

PHP & SOAP what use is a message broker?

I'm working on a solution to make certain data from a large database available to a remote website. My first thought was to simply cook up some soap web services to fetch certain data from the ...
2
votes
1answer
293 views

What the best way to move IBM Message Broker components between DEV, QA and PROD environments?

On a SOA project we start to employ IBM WebSphere Message Broker to orchestrate .NET-based web services. We have distinct DEV, QA and PROD environments for the system being developed. WebSphere ...
1
vote
1answer
41 views

sharedDeadLetterStrategy is not discarding the DLQ messages

Am using AMQ 5.5. I would like to disable the option of sending dead letters to ActiveMQ.DLQ destination and completely discard (automatically) the messages that would be sent there otherwise. To do ...
1
vote
1answer
97 views

Message Broker Node output terminal with multiple connections

What happens when you connect multiple connections to a single output terminal on a node. I cannot find any IBM documentation on this but the toolkit does not stop me from doing it. This is just ...
1
vote
2answers
86 views

where to define default value in oracle package

when you define a package in oracle there is a like a header and then a body. One must define all parameters in both locations. I want to make one of the parameters optional for the calling program ...
1
vote
1answer
154 views

Transform CSV files to Java objects using WebSphere Message Broker (WMB)

I wish to use IBM WebSphere Message Broker (probably V6) to consume some CSV files, perform some validation and then populate some Java objects for consumption by a Java application. I believe that ...
1
vote
1answer
274 views

How do I use IBM Message Broker to expose a stored procedure as a web service so it can be used with a Lotus Notes Application?

We are trying to expose a stored procedure (written in cobol) on our mainframe as a Web Service using IBM Websphere Message Broker. We then need to be able to use a Lotus Notes application (8.5.1) to ...
1
vote
0answers
92 views

Handling JMSMessage(Object Message) in IBM WebSphere Message broker

I am using IBM WebSphere Message Broker to process a JMS message. My message contains a Java object wrapped inside the JMSMessage (Object Message). I couldn't use any other parser other than BLOB in ...
1
vote
1answer
84 views

Pre-existing test framework for message brokers?

I'm interested in writing a message broker (for fun / learning experience). So I'm wondering, are there any test frameworks for message brokers where I can just plug in a URL and port and it'll run ...
1
vote
1answer
373 views

how to send a file like word via RabbitMQ

I need to be able to send files like pdf or word via RabbitMQ (I think answer might be more generic meaning not specific to RabbitMQ but any broker I am however using RabbitMQ). Is there are way to ...
1
vote
1answer
1k views

ActiveMQ without persistence

I'd like to set up a publisher-subscriber based communication protocol between a server producing messages and many clients receiving them. After a bit of research, I decided to go with ActiveMQ. I ...
1
vote
3answers
1k views

When to use Java and Message Broker?

I am a developer at my office where SOA development is at its peaks. We use IBM MQ, IBM Message Broker and Java/J2EE Technologies. I have been currently put into project where Message Broker is used ...
1
vote
2answers
453 views

how can I send messages to/from a Websphere Message Broker from an embedded C client (no JVM)?

What are my options for pubsubing (or point to point but pubsub is better) messages to and from an IBM message broker from an embedded headless C/C++ linux client that doesn't have a JVM? Ideally we ...
1
vote
2answers
203 views

Is there a Message Bus provider that allows for Durable Subscribersand full replay?

I am trying to find a message bus provider that supports Durable Subscribers and allows me to replay, in order, based on the message timestamp, all messages for a given topic. Futhermore, I would like ...
0
votes
1answer
10 views

IBM Message broker: how to unsetldap princial and credentials

Using mqsichangebroker I'm able to set the ldap username and password. Is there a way to unset this once made? I've managed to unset the principal by passing -y """" but the credential cannot be set ...
0
votes
0answers
10 views

How to export running code from IBM message broker and recreate the bar file

I have recently joined a company that has code deployed into production but no record of the version that was deployed. Before I can release new code I need to know what is currently there in case ...
0
votes
2answers
56 views

Message Broker for Custom Messaging Protocols?

Is there any framework or platform that is providing message exchange in reliable, flexible, and scalable manner? Where I have the following scenario: I have external devices exchanging messages with ...
0
votes
0answers
21 views

Cleaning up point to point interfaces

I have a huge amount of point to point interfaces, sometimes with staging points in the middle. Some one tired to capture all the systems and then draw lines connecting each of them where the systems ...
0
votes
0answers
12 views

WebSphere Message Brokers 6.1 message set cant read & from url tag?

i have created a message set and it contain xml tag but every url has & mark cant be reed what should i do ?
0
votes
1answer
119 views

IBM Message Broker Java API: java.lang.NoClassDefFoundError: com.ibm.mq.MQException

I am trying to connect to a broker in Message Broker using ibm's java API: http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fbe43410_.htm I am trying ...
0
votes
1answer
57 views

WebSphere Message Broker: Simple Flow Error

I'm creating a simple MessageBroker flow. It goes MQInput Node -> Compute -> MQOutput Node where all Compute does is: CALL CopyEntireMessage(); SET OutputRoot.Properties.MessageFormat='XML1'; It ...
0
votes
1answer
60 views

mqsicreatebar “cannot be added to the BAR file because it does not contain any input nodes”

I'm using Websphere Message Broker Toolkit 7 and am trying to create an automated bar build. whilst running the following command I'm getting the following error: mqsicreatebar -data C:\temp -b ...
0
votes
0answers
54 views

maven maven-scm-plugin need to exeucte scm:checkout command from POM

I'm currently working on IBM Websphere Message Broker Toolkit and am looking into integrating maven with jenkins as a means to checkout a project, it's dependent projects, build the bar file and ...
0
votes
0answers
47 views

WS-Notification Brokers what are the options?

I am working on a project with a mass of heterogeneous and distributed systems. We are very message oriented and can see that a lot of our messaging requirements will be well solved by the pub-sub ...
0
votes
1answer
71 views

retrieve property values from message broker bar file with java api

I'm trying to read the property values from a bar file created by message broker. I want to do this via java. The api is here: ...
0
votes
0answers
59 views

Can I modify outbound message in WebSphere message broker user exit?

I want to add an item to all messages sent a flow in WebSphere message broker. The item needs to be added at the appropriate place depending on the transport being used (eg as a HTTP header for HTTP ...
0
votes
1answer
172 views

IBM Cast Iron and ESB

I'm trying to define the integration architecture roadmap for my company and I'm looking for some guidance on my approach. Most (90-95%) of our applications are based on .NET with Microsoft SQL ...
0
votes
1answer
100 views

AMQP fully-connected broker federation without looping messages

I'm in the process to plan for a messaging framework and I thought of using an AMQP product (RabbitMQ, OpenMQ, Apache Qpid... etc.) but while searching I found it hard to decide. the conditions of the ...
0
votes
0answers
48 views

reverse of string in esql programming

I have a string let us say "between the", I want to get the reverse of string "eht neewteb" in esql langauge. What is most efficient algorithm for it. A sample code written in esql will be ...
0
votes
0answers
106 views

How to check if the session exists for using BlazeDS?

How to check if the session exists for using BlazeDS ? Is it possible to check it in sevlet filters ? But I think that it can't know the destination in them without specific parameters from client ...
0
votes
1answer
174 views

any good book on a SOA implementation using Websphere Message broker as middleware component [closed]

Could you guys suggest any good book on a SOA implementation using Websphere Message broker as middleware component which potentially cover eSQL ,adapter design,WMB design pattern,JDBC connections, MQ ...
0
votes
0answers
121 views

Configuring user database (sql server) for websphere message broker

I am very new to the websphere message broker ..please can any one provide me step by step procedure for configuring user database(sql server on windows)...any help is highly appreciated.
0
votes
1answer
240 views

MessageConsumer's selector issue on ActiveMQ

Could someone please confirm if I'm right or wrong on this. It seems to me that "selector" operation is done within MessageConsumer implementation. (i.e. ALL messages are still dispatched from ...
0
votes
1answer
46 views

How to determine if a MB JTEXT adapter is up remotely

I need to make sure that the JTEXT adapter on a remote server is available (from my PC), but I have no idea how to do that. I don't have any MB software on my computer, and I'm wondering if there is a ...
0
votes
2answers
86 views

Broker Application Development: Find which flows my subflow belongs to

I've handling some legacy applications running on WMB and am trying to work out how to find which main flows a particular subflow belongs to. Seems an obvious thing to be able to do but I can't seem ...
0
votes
1answer
404 views

Message Broker Queues and MessageType

What's the standard wisdom and considerations for dividing up a message queue? Assuming relatively small number of messages (< 1000/day), does it make sense to combine multiple message types into ...
0
votes
1answer
259 views

Create XML DocType element

Please I am working with IBM message broker, and I want to know how to create (in java/esql) DOCTYPE element in a message as the following: <!DOCTYPE COMMAND PUBLIC "any//DTD any//EN" ...
0
votes
1answer
512 views

seting ODBC Datasource in IBM AIX server

I have develop IBM Message broker flow database application in windows xp environment. the database accessed using ODBC datasource. basically, I use compute node with esql programming to select query ...
0
votes
1answer
488 views

Setting LDAP Configuration in IBM Websphere Message Broker

I'm a newbe for message broker. I'm trying to create webservice security in message broker authenticated using LDAP. but the authentication is always fail in my SOAP message header I have specify ...
0
votes
1answer
468 views

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

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 ...
0
votes
2answers
787 views

IBM WebSphere Message Broker SOAP request timeout

Created .NET WCF service, tested it - works. Generated schemas from Data and service contracts, put messages to Message Broker generated Message Flow from it, tested it using simple mapping ...