Author |
Message |
Topic: mqsiapplybaroverride and Version (MQSI_VERSION) |
WMBDEV1
Replies: 18 Views: 19762
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 08, 2011 7:20 am Subject: mqsiapplybaroverride and Version (MQSI_VERSION) |
FWIW, I prefer HeadURL (provided you ensure that only tagged components get released to environments after dev which I dont think is a daft requirement).
I use:
-- $MQSI Version = $HeadURL$ MQSI$
... |
Topic: Configuaring Message Set in File Output Node |
WMBDEV1
Replies: 8 Views: 8081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 08, 2011 5:01 am Subject: Configuaring Message Set in File Output Node |
Tell your manager that the task that he has asked you to do is beyond your current knowledge of the product and that some form of training / mentoring is needed to address this issue.
Then tell him ... |
Topic: Issuer while calling store proc from javacompute node |
WMBDEV1
Replies: 6 Views: 5722
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 08, 2011 2:04 am Subject: Issuer while calling store proc from javacompute node |
Instead of using setObject for the null object case, have you tried using setNull(paramIndex, SQLType)? |
Topic: Dynamically Changing the Input Node properties |
WMBDEV1
Replies: 1 Views: 2987
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 08, 2011 1:20 am Subject: Dynamically Changing the Input Node properties |
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac55410_.htm
You may need to use a FileRead node. |
Topic: How to set queue name in the esql |
WMBDEV1
Replies: 8 Views: 15389
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 05, 2011 7:07 am Subject: Re: How to set queue name in the esql |
Dont use caps its considered shouting.
PLS TELL ME CODE FOR THAT
BELOW TAG IS NOT WORKING IF U KNOW CORRECT IT PLS
Do you think we are here to do your job for you?
Can you elaborate ... |
Topic: List all MQ Managers from remote host by Java |
WMBDEV1
Replies: 13 Views: 13737
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 03, 2011 11:49 pm Subject: List all MQ Managers from remote host by Java |
You could connect to the box, execute dspmq and parse the results (all within Java) - nice and easy.
Why are you so insistent on doing it in Java though, such a trivial task may be better suited as ... |
Topic: convert xls to text using msg broker |
WMBDEV1
Replies: 12 Views: 7943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 4:04 am Subject: convert xls to text using msg broker |
Is it giving the error in the toolkit or in the broker?
How have you deployed / referenced the Jars that are needed?
Can you and sandip_gaikwad please stop posting the same questions. Its annoyi ... |
Topic: poi libraies to include hssf in messaeg broker |
WMBDEV1
Replies: 3 Views: 4649
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 28, 2011 1:03 am Subject: poi libraies to include hssf in messaeg broker |
You might be missing a JAR.
Its hard to say. |
Topic: conversion of xls file to xml in message broker |
WMBDEV1
Replies: 15 Views: 15759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 26, 2011 1:28 am Subject: conversion of xls file to xml in message broker |
What have you tried so far?
First you'll need to understand the XLS format. What research have you dont into this?
If it were me i'd use something like the POI project from Apache.
And dont ... |
Topic: Message lost in floow |
WMBDEV1
Replies: 7 Views: 6637
|
Forum: General Discussion Posted: Tue Jul 26, 2011 1:23 am Subject: Message lost in floow |
You probably wont. |
Topic: SOAP nodes reply identifier as message id |
WMBDEV1
Replies: 10 Views: 14694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 05, 2011 7:53 am Subject: SOAP nodes reply identifier as message id |
We had multiple POJOs (different machines) submitting messages to broker (v7.0.0.2). The messages were metered in to the queues at a steady rate, equating to about 30 transactions per second. After ab ... |
Topic: Broker Abend error |
WMBDEV1
Replies: 5 Views: 5854
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2011 2:06 am Subject: Broker Abend error |
Yes its huge amount of data.
How big is huge?
Have you watched the size of the process when performing this action (although granted it does then seem strange that the flow continues to process ... |
Topic: writing to a file |
WMBDEV1
Replies: 3 Views: 3656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 15, 2011 7:51 am Subject: writing to a file |
Use a FileOutputStream.
Whats wrong with the File Output Node provided with WMB? |
Topic: Webpshere mb data base |
WMBDEV1
Replies: 3 Views: 3580
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 12, 2011 11:35 pm Subject: Webpshere mb data base |
What happened when you tried it?
At least show some effort on your part. We are not here to do your job for you. |
Topic: Webpshere MB compute node |
WMBDEV1
Replies: 3 Views: 4008
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 12, 2011 11:34 pm Subject: Webpshere MB compute node |
using ESQL.
What have you tried? How did it work out for you? |