Author |
Message |
Topic: can we test a HTTP flow using SOAPUI |
mbtech
Replies: 4 Views: 3582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 12, 2013 2:10 am Subject: can we test a HTTP flow using SOAPUI |
can we test a HTTP flow using SOAPUI |
Topic: adding o's and spaces after limitation with specific no of r |
mbtech
Replies: 2 Views: 2336
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 31, 2013 6:25 am Subject: adding o's and spaces after limitation with specific no of r |
I have a scenario where iam XML from input and need to place in queue.Here i have a subgroup level item occurance with 50.it may come more than that or less than that.if less number of records comes s ... |
Topic: Mandatory fields |
mbtech
Replies: 4 Views: 3246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 29, 2013 10:06 pm Subject: Identifing blank fields at message set levl |
What are the settings to be done at the message set level to throw an error when a field is blank? |
Topic: Mandatory fields |
mbtech
Replies: 4 Views: 3246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 28, 2013 7:20 pm Subject: Mandatory fields |
i have a scenario where i have mandatory fields in input i have to validate them to be not having blanks null values and special characters
If Input.XMLNSC.Field1 IS NOT NULL OR Input.XMLNSC.Field1 & ... |
Topic: removing spaces between words |
mbtech
Replies: 8 Views: 3805
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 24, 2013 5:39 am Subject: removing spaces between words |
I have a scenario where a group of words(a meaning ful word) come from input request for a field.i have to trim out the spaces and replce with _ between them and get the corresponding value from prope ... |
Topic: Queue full or not found |
mbtech
Replies: 18 Views: 11731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 14, 2013 9:04 pm Subject: Queue full or not found |
Iam Coding like this by capturing 2053 error is it the right way?Does message exception have an order that the error code will be in the third insert?
IF rExeList.MessageException.Insert[3] ... |
Topic: Queue full or not found |
mbtech
Replies: 18 Views: 11731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 14, 2013 3:02 am Subject: Queue full or not found |
DECLARE rExeList REFERENCE TO InputExceptionList.*[1];
IF rExeList.MessageException.Number = '2066' THEN
SET rOutCrtprsResp.STATUS VALUE = 'QUEUE IS FULL';
PRO ... |
Topic: Queue full or not found |
mbtech
Replies: 18 Views: 11731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 13, 2013 8:16 pm Subject: Queue full or not found |
ExceptionList
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\ImbDataFlowNode.cpp
Line:INTEGER:1073
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Typ ... |
Topic: Queue full or not found |
mbtech
Replies: 18 Views: 11731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 4:22 am Subject: Queue handling |
Can any1 send the code to handle the queue when it is full or not found? |
Topic: Queue full or not found |
mbtech
Replies: 18 Views: 11731
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2013 7:21 pm Subject: Queue full or not found |
I have a scenario where i need to throw an user defined exception message when the quue is full or not found.May i know how to handle it in ESQL |
Topic: clarification on soap-cobolQ-soapreply |
mbtech
Replies: 1 Views: 1777
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 18, 2013 1:22 am Subject: clarification on soap-cobolQ-soapreply |
I have a Scenario lke this
|--failure response----|
soap input--compute--MQ-------------------------------Soapreply
... |
Topic: Best way of processing only certail no of records and skip o |
mbtech
Replies: 1 Views: 1574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 05, 2013 2:29 am Subject: Best way of processing only certail no of records and skip o |
I have a scenario where i have an soap input and end syatem is mainframe with cobol copy book having root element CUSTPERINFO under which some 20 sub elements with an occurance 1 for 20th sub element ... |
Topic: Aggregation Node Performance Issues |
mbtech
Replies: 1 Views: 1603
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 19, 2013 6:13 am Subject: Aggregation Node Performance Issues |
I developed a flow where iam using a SOAP input and aggregation nodes
for multi user and multi instances its consuming time of 17 sec now my job is to reduce the time taken and improve the performan ... |
Topic: Does topic alias queue has property of one message processin |
mbtech
Replies: 5 Views: 3007
|
Forum: General IBM MQ Support Posted: Mon Feb 18, 2013 12:33 am Subject: Does topic alias queue has property of one message processin |
@Zpat:
Yeah i configured target object for a topic alias a topic when i publish a message its received only by only one queue not to all subscribers |
Topic: Does topic alias queue has property of one message processin |
mbtech
Replies: 5 Views: 3007
|
Forum: General IBM MQ Support Posted: Mon Feb 18, 2013 12:29 am Subject: Does topic alias queue has property of one message processin |
@fjb_saper :
I have 2 topics 4 subscriptions where by one subscriber registers for both topics so for each topic the message should go to 2 queues but when i put a message in topic alias queue its ... |