Author |
Message |
Topic: Can we install WMB v6 or higher on Vista OS? |
littlechild
Replies: 2 Views: 1690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 22, 2008 11:59 pm Subject: Can we install WMB v6 or higher on Vista OS? |
HI guy,
Can anybody tell me whether we can install MB version 6 or higher version on OS Vista. If yes then how.?
Thanks, |
Topic: How to Extract Environment data from JCN |
littlechild
Replies: 4 Views: 3015
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 26, 2007 1:44 am Subject: How to Extract Environment data from JCN |
i have written this code and it is working fine
ublic void evaluate(MbMessageAssembly assembly) throws MbException {
MbOutputTerminal out = getOutputTerminal("out");
... |
Topic: Timeout_notification error |
littlechild
Replies: 1 Views: 1845
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 04, 2007 2:51 pm Subject: Timeout_notification error |
i got one error stating --- the timeout mesage that timeout_notification recieve is corrupt ....can any body suggest what might be error |
Topic: y we go for java compute node when we have compute node |
littlechild
Replies: 8 Views: 5112
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 04, 2007 1:52 am Subject: y we go for java compute node when we have compute node |
one can find Java developer easily and also they cost less .....but ESQL !! most of the developer dont know what is that and client have to pay more.
After all IT IS THE BUSINESS!! |
Topic: Can we check in jcn what is queue depth of a given queue |
littlechild
Replies: 4 Views: 2976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 02, 2007 3:39 am Subject: Can we check in jcn what is queue depth of a given queue |
Is it not good to know how the wheel is invented...if we know the basic then only we can develop maglev wheel.the technology on which bullet trains run.  |
Topic: Can we check in jcn what is queue depth of a given queue |
littlechild
Replies: 4 Views: 2976
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 01, 2007 10:37 pm Subject: Can we check in jcn what is queue depth of a given queue |
I ahve to do some routing on the basis of queue depth.
i have Mqget-->JCN ....now i want to know that can we check in JCN that what is the depth of the queue specified in MQget.  |
Topic: Can we pass MQRHF header through MQGET node |
littlechild
Replies: 4 Views: 3331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 01, 2007 10:34 pm Subject: Can we pass MQRHF header through MQGET node |
My Senario is like this JCN-->Mqget--->MBpluginNode(this is CM node)
Now i am seeting the service name on CM node dynamically in JCN in MQRFH2.but after setting when it pass the MQget it d ... |
Topic: Can we pass MQRHF header through MQGET node |
littlechild
Replies: 4 Views: 3331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 01, 2007 6:20 am Subject: Can we pass MQRHF header through MQGET node |
i have to pass MQRHF header through MQGET can we do so by any configuration setting in the MQGET node....  |
Topic: Whitespace characters in XML |
littlechild
Replies: 7 Views: 7650
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 26, 2007 9:37 am Subject: Whitespace characters in XML |
i think ur message structure is having /n/t after QuoteReference as its child
as TRIM always remove whitespace and give the value this /n/t will act like a value for this and this the only value tha ... |
Topic: cobol packed decimal (WBIMB V5. 06) |
littlechild
Replies: 10 Views: 9198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 26, 2007 6:15 am Subject: cobol packed decimal (WBIMB V5. 06) |
looking at the manual i found following:
PIC 9(m)V9(n) COMP or COMP-3
Integer or Packed Decimal
Length = CEILING((n+m+1)/2) for COMP-3
----------------------------------------------------- ... |
Topic: This XML MSg is not working.PLZ help me out why? |
littlechild
Replies: 3 Views: 2673
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 25, 2007 12:12 pm Subject: This XML MSg is not working.PLZ help me out why? |
actually it is working that way with ESQL but with Java Compute Node there seems to be a problem....
somehow it can't locate the XML root using .getLastChild() but it is able to do so using .getFir ... |
Topic: This XML MSg is not working.PLZ help me out why? |
littlechild
Replies: 3 Views: 2673
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 25, 2007 11:46 am Subject: This XML MSg is not working.PLZ help me out why? |
The Below is the msg which i am trying to access the incoming xml from the Message tree and want it to store in a global environment but while doing
MbElement OutXML=message.getRootElement().getLa ... |
Topic: java program to create an xml MBMessage |
littlechild
Replies: 7 Views: 8009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 25, 2007 6:33 am Subject: java program to create an xml MBMessage |
Actually, you can do this thing in java by calling MB java API in JCN and also by MbXPath API in JCN only. You can get good material on both in MB help.MbXPath API is much faster then JAVA API.  |
Topic: How to create a Userdefined MQInput Node |
littlechild
Replies: 1 Views: 2328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 25, 2007 6:19 am Subject: How to create a Userdefined MQInput Node |
I have one java code with me which is used to create a user defined MQInput Node.but i dont no how to use it or how to execute it
can anybody help me. |
Topic: How to Call MQGet Node dynamically through JCN or ESQL |
littlechild
Replies: 10 Views: 7134
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 23, 2007 9:47 pm Subject: How to Call MQGet Node dynamically through JCN or ESQL |
hi victor thank for reply ........i have tried a lot to search with MQGET NODE,CALL DYNAMICALLY ...and some other but i was not able ...if possible give me link so that i can make use of it ....and al ... |