Author |
Message |
Topic: version controlling |
AmolArch
Replies: 1 Views: 1855
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 01, 2005 12:29 am Subject: version controlling |
Hi,
We are 3/4 developers who wants to work simultaneously
we have three m/cs
1) Broker +QM
2) Config Manager + QM
3) 3 m/c with tool kit.
Firstly I want how to achieve this type of config. What ... |
Topic: best code practices |
AmolArch
Replies: 0 Views: 1503
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 01, 2005 12:11 am Subject: best code practices |
Hi,
Is there any ESQL coding standards avaiable? (Like java coding standard)
Is there any testing tool available to test message flows in broker.
rather I will put it like
How to test a broker app ... |
Topic: Testing broker applications |
AmolArch
Replies: 4 Views: 3275
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 21, 2005 10:13 pm Subject: Testing broker applications |
Ya, thats fine
thanx
But as a tester what should be points I should remember while testing other than expected input and output
I mean are there any best practices followed for testing..
Thanx ... |
Topic: Broker application on AIX |
AmolArch
Replies: 6 Views: 3104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 21, 2005 10:06 pm Subject: Broker application on AIX |
Actually the scenario is like this.
There are two machines, Windows xp and AIX.
Requirement is that,we need to develop the message flows on windows system(contains only message broker toolkit) and d ... |
Topic: Broker application on AIX |
AmolArch
Replies: 6 Views: 3104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 21, 2005 7:59 pm Subject: Broker application on AIX |
Hi,
Our requirement is to deploy the final message flow application in AIX system.
Currently we have knowledge of broker on Windows XP.
Can we develop message flows, message sets in Windows and th ... |
Topic: Testing broker applications |
AmolArch
Replies: 4 Views: 3275
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 21, 2005 7:55 pm Subject: Testing broker applications |
Hi,
I want to test the IBM WBI MB 5.X application ( ie financial message flows etc).
Are there any guide lines available to test such broker application. |
Topic: Putting file in Queue..urgent |
AmolArch
Replies: 2 Views: 2567
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 27, 2005 7:50 pm Subject: Putting file in Queue..urgent |
Hi,
I want to read a text file (SWIFT) and want to insert in a Queue.
for that I wrote
MQMessage msg=new MQMessage();
msg.format = MQC.MQFMT_STRING;
BufferedReader br = new BufferedReader(n ... |