Author |
Message |
Topic: Validation is not working in MQInput node |
youssef
Replies: 8 Views: 6171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 2:25 am Subject: Validation is not working in MQInput node |
Thank you guys, it works fine.
About kimbert comment on not leaving parsing immdeiate in a real message flow, we are actually palning to do the following:
(1) Use the validation on MQInput node an ... |
Topic: Web Service returning 400 Bad Request to HTTPRequest node |
youssef
Replies: 3 Views: 7414
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 12:35 am Subject: Web Service returning 400 Bad Request to HTTPRequest node |
you might also try any ws client to send a valid request and them compare it with the one that the broker sent. I used this approach and could indetifiy some header param that I wasn't setting in my n ... |
Topic: Validation is not working in MQInput node |
youssef
Replies: 8 Views: 6171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 12:29 am Subject: Validation is not working in MQInput node |
My domain is MRM, I have created a simple message set definition and tested the flow with invalid xml request. I am using version 6 of MQ,MB and toolkit.
No fix packs are installed yet. Could this be ... |
Topic: Validation is not working in MQInput node |
youssef
Replies: 8 Views: 6171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 26, 2006 1:28 am Subject: Validation is not working in MQInput node |
When I set validation on this node to Content or Content and Value, the flow works just as if there was no validation at all. I have tried even more different Failure Action without any effect. Any id ... |
Topic: Design methodologies for WMB message flows |
youssef
Replies: 1 Views: 2209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 24, 2006 2:53 am Subject: Design methodologies for WMB message flows |
I am just wondering what the main design methodologies that are used to design message flows. Messages format is xml in my case.
I am currently thinking of something like that:
(1) Since message ... |
Topic: Calling oracle stored procedure error |
youssef
Replies: 2 Views: 3184
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 19, 2006 5:55 am Subject: Calling oracle stored procedure error |
It turned out to be that oracle have an ugly feature (or call it bug) that causes such weried error. What the Message broker does (actually it is the ODBC driver) is to issue PL/SQL statement like th ... |
Topic: Calling oracle stored procedure error |
youssef
Replies: 2 Views: 3184
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 13, 2006 5:59 am Subject: Calling oracle stored procedure error |
Does anybody know how to resovle this error when calling oracle stored procedure ?
The error i get is .
HB_CUSTOMERS in schema CUSTOMERS under the package INTERNET_BANKING2
On ESQL file i hav ... |
Topic: BROKER SCHEMA naming convention |
youssef
Replies: 1 Views: 2079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 13, 2006 1:39 am Subject: BROKER SCHEMA naming convention |
Just want to ask you guys if there is some naming converion for broker schema.
In java we use something like this com.ejada.eai.casestudy.hearbeart for java packages. |
Topic: Best practices for WMB development |
youssef
Replies: 6 Views: 3916
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 12, 2006 12:41 am Subject: Best practices for WMB development |
We are trying to develop a POC application using the message broker. We have build a integration enviroment where we have three QMs in a cluster.
The intial plan for the development was to to develo ... |
Topic: Using Java Compute nodes and shared java libs |
youssef
Replies: 5 Views: 3620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 09, 2006 9:53 am Subject: Using Java Compute nodes and shared java libs |
Again, thank you for your valuable reply. It seems that I started to think outside Java :). I do have some few questions though:
1) If I go for shared libraries in ESQL, well I need to deploy all fl ... |
Topic: Using Java Compute nodes and shared java libs |
youssef
Replies: 5 Views: 3620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 09, 2006 8:26 am Subject: Using Java Compute nodes and shared java libs |
Thank you for the info.
I agree with you that we have to be aware of the tradeoffs. But these are the things that I had in mind when I proposed that:
1) As per the IBM article there is a performan ... |
Topic: Using Java Compute nodes and shared java libs |
youssef
Replies: 5 Views: 3620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Sep 09, 2006 2:43 am Subject: Using Java Compute nodes and shared java libs |
Folks,
I am new to the EAI field yet I used to be java ee developer and designer for 6 years now. I would like to know your onion on the following approach:
1) Depend solely on Java compute no ... |