Author |
Message |
Topic: Bar file too big to deploy |
Saugui
Replies: 18 Views: 13454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 14, 2005 9:26 pm Subject: Bar file too big to deploy |
I found out what it was...
We have a common flow which we recently added some Web service nodes into the flow.
It seems like these web services flow, is very memory hungry.
You should try it ... |
Topic: Problems with deploying Broker archive files |
Saugui
Replies: 2 Views: 2958
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 14, 2005 3:43 pm Subject: Problems with deploying Broker archive files |
OOps... I found out why...
There is a common flow which we have upgrade with SOAP http headers, using Web Service stuff in WMQI.
I have taken out the enhancements and the bar file returned back ... |
Topic: Problems with deploying Broker archive files |
Saugui
Replies: 2 Views: 2958
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 12, 2005 11:38 pm Subject: Problems with deploying Broker archive files |
Hi
This is a more general question to the other one I posted. Does any one have problems deploying bar files in WBIMB version 5.0 with CSD5.0a?
Anyone?  |
Topic: Bar file too big to deploy |
Saugui
Replies: 18 Views: 13454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 12, 2005 11:25 pm Subject: Bar file too big to deploy |
Hi,
I have a Broker Archive (BAR) file created in WBIMB/CSD3.0 and it's size is 300KB.
Then I used the same message flows and created another BAR file using WBIMB/CSD5.0a. This produced a file of ... |
Topic: Blank uid |
Saugui
Replies: 2 Views: 1952
|
Forum: General Discussion Posted: Tue May 31, 2005 4:49 pm Subject: Blank uid |
Thank You.
 |
Topic: Blank uid |
Saugui
Replies: 2 Views: 1952
|
Forum: General Discussion Posted: Tue May 31, 2005 3:55 pm Subject: Blank uid |
Hi,
Is it possible to connect using MQ Client with a blank uid when making the connection to another QMGR using a client channel on this QMGR.
For example, this is the command I would type when ... |
Topic: Tracing in ESQL !!!!! |
Saugui
Replies: 5 Views: 4285
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 23, 2005 4:07 pm Subject: Tracing in ESQL !!!!! |
There's a tool call usertrace that can help you and can be downloaded, if not, tell me and I'll send it to you. |
Topic: Set CorrelId into message MQMD |
Saugui
Replies: 11 Views: 21292
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 23, 2005 4:03 pm Subject: Set CorrelId into message MQMD |
There's a debug tool call usertrace which you can download to help you with debugging the flow. It dumps a log file (which can be a nightmare to read), but very helpful as it print each line of execut ... |
Topic: What version of the bar file deployed? |
Saugui
Replies: 6 Views: 5294
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 23, 2005 3:56 pm Subject: What version of the bar file deployed? |
Oh...
How about web services in Broker? What's my chances there?
Possible?
But it still means that for each time I deploy a bar file, I have to remember to change a node in the flow to refle ... |
Topic: What version of the bar file deployed? |
Saugui
Replies: 6 Views: 5294
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 23, 2005 3:14 pm Subject: What version of the bar file deployed? |
Thanks for all the suggestion...
Can this somehow work?
The use of publish/subscribe function in broker? Like for each time I deploy somehow I can publish the deployment with the version number? ... |
Topic: What version of the bar file deployed? |
Saugui
Replies: 6 Views: 5294
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 22, 2005 9:39 pm Subject: What version of the bar file deployed? |
Hi,
I use version 5.0 of the Message Brokers Toolkit for webshpere studio.
For each Broker Archives file (aka bar files), I create, I name them like BAR_v1.0.1 to signify that this is version 1 ... |
Topic: Another libmqjbnd05.so problem |
Saugui
Replies: 22 Views: 20327
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 14, 2005 10:18 pm Subject: Another libmqjbnd05.so problem |
I solved it...
Even having CSD07 installed, and ensure that it's the 64-bit version of AIX running... my progrma worked when I used the java 1.4 32 bit version.
Go figure!  |
Topic: Another libmqjbnd05.so problem |
Saugui
Replies: 22 Views: 20327
|
Forum: IBM MQ Java / JMS Posted: Sun Feb 20, 2005 9:30 pm Subject: Another libmqjbnd05.so problem |
I found something and not quite understand from this page:
http://www-128.ibm.com/developerworks/java/jdk/aix/faqs.html
1. Question: What AIX levels are required for Java releases?
Answer: ... |
Topic: Another libmqjbnd05.so problem |
Saugui
Replies: 22 Views: 20327
|
Forum: IBM MQ Java / JMS Posted: Sun Feb 20, 2005 4:11 pm Subject: Another libmqjbnd05.so problem |
Here's the script:
#!/bin/sh
CLASSPATH=$CLASSPATH:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm.
mqbind.jar:/usr/mqm/java/lib/connector.jar
LIBPATH=$LIBPATH:/usr/mqm/java/lib
ech ... |
Topic: Another libmqjbnd05.so problem |
Saugui
Replies: 22 Views: 20327
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 17, 2005 9:40 pm Subject: Another libmqjbnd05.so problem |
Thanks... I'll tell you my findings...
 |