Author |
Message |
Topic: Aggregation |
tosaurav
Replies: 4 Views: 3611
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 12, 2008 7:09 am Subject: Aggregation |
Can anybody help me in this issue.I am stuck with timer cancellation. |
Topic: Aggregation |
tosaurav
Replies: 4 Views: 3611
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 12, 2008 5:21 am Subject: Aggregation |
Yes it's MQOUTPUT instead of MQINput |
Topic: Aggregation |
tosaurav
Replies: 4 Views: 3611
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 11, 2008 12:27 pm Subject: Aggregation |
Or suggest how to cancel/update the timer |
Topic: Aggregation |
tosaurav
Replies: 4 Views: 3611
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 11, 2008 10:06 am Subject: Aggregation |
Msgflow is
1. MQInput/HttpInput->Compute->MQInput->AggregateControl(AGC)
2.a. AGC->compute->MQOutput->AggregateRequest(AGR)request1
2.b. AGC->compute->MQOutput-> ... |
Topic: HttpInput & MQInput |
tosaurav
Replies: 5 Views: 3249
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 10, 2008 11:00 am Subject: HttpInput & MQInput |
Message Flow has two inputs HttpInput and MQInput and then request propogate to two terminals.HttpInput request results into exception "Message has no data" because of missing MQMD. If I add ... |
Topic: C Client Failing |
tosaurav
Replies: 11 Views: 7057
|
Forum: IBM MQ API Support Posted: Tue Feb 12, 2008 2:53 pm Subject: C Client Failing |
How MCAUSER + MQ SECURITY EXIT?
We have Secuirty exit define on Chnannel but some how not able to override Client logged in user id.
Is there anyway to control out-of-box means by setting?Why MQ A ... |
Topic: C Client Failing |
tosaurav
Replies: 11 Views: 7057
|
Forum: IBM MQ API Support Posted: Mon Feb 11, 2008 8:20 am Subject: C Client Failing |
Thanks Jeff, If i opt c and set MCAUSER at SVRCONN then also client needs to set and send the user id?
Actually I tried setting MCAUSER on SVRCONN but somehow it allowed all request from Client ,i ... |
Topic: C Client Failing |
tosaurav
Replies: 11 Views: 7057
|
Forum: IBM MQ API Support Posted: Mon Feb 11, 2008 7:02 am Subject: C Client Failing |
MQ C client on HP-Unix and MQ Server on Windows fail to communicate when C client runs with logged in Id. User-id on both environments are different so I tried to set the ID's from Client but failed. |
Topic: Java Compute Node Logs |
tosaurav
Replies: 10 Views: 15092
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 28, 2007 9:49 am Subject: Java Compute Node Logs |
Bijesh
When you start your broker from windows services, check the option "Allow services to interact with Desktop" and you will be able to see the System.out.println calls printed on you ... |
Topic: Select stament in ESQL |
tosaurav
Replies: 9 Views: 6147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 28, 2007 6:16 am Subject: Select stament in ESQL |
Try this....
Grab the incoming value into variable of Character datatype first and then pass new variable to query |
Topic: Unable to write the message to a Queue |
tosaurav
Replies: 2 Views: 2331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 15, 2007 12:07 pm Subject: Unable to write the message to a Queue |
Message may not be properly structured.Check the headers. |
Topic: Publishing a message flow as a Web Service |
tosaurav
Replies: 7 Views: 8424
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 09, 2007 11:56 am Subject: Publishing a message flow as a Web Service |
See RAD help content to generate stubs and deployment |
Topic: WMB V6.0 broker - Dataflow engine runtime error |
tosaurav
Replies: 15 Views: 14763
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 06, 2007 7:23 am Subject: WMB V6.0 broker - Dataflow engine runtime error |
Like Madi's last reply Can you post every entry that shows up after broker starts? |
Topic: Java Compute Node |
tosaurav
Replies: 8 Views: 4628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 03, 2007 5:45 am Subject: Java Compute Node |
If I use System.out.println in Java compute node, where Can i see the console output??? |
Topic: How to view broker lil path? |
tosaurav
Replies: 10 Views: 14662
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 03, 2007 5:43 am Subject: How to view broker lil path? |
On WIndows XP still not able to locate after issuing cmd - echo %MQSI_LILPATH%.
And env. variables have listing MQSI_JAVA_LIB_PATH,MQSI_JAVA_DATA_PATH & MQSI_JAVA_INSTANCE_PATH. |