Author |
Message |
Topic: mqsicreatebar taking to long to create BAR files |
EvolutionQuest
Replies: 7 Views: 8918
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 03, 2008 1:07 pm Subject: mqsicreatebar taking to long to create BAR files |
Just to followup I receive the following during the BAR creation:
[echo] Building Broker Archive file:
[exec] java.io.EOFException
[exec] at java.io.DataInputStream.readFully(Data ... |
Topic: mqsicreatebar taking to long to create BAR files |
EvolutionQuest
Replies: 7 Views: 8918
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 03, 2008 12:24 pm Subject: mqsicreatebar taking to long to create BAR files |
I am noticing on WMB v6.1 the creation of a bar file for message sets and/or message flows is taking anywhere from 2-8 minutes long, and the CPU is roughly 50-70%. What is the command line verison do ... |
Topic: Sort and Rules Issue |
EvolutionQuest
Replies: 1 Views: 2425
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 20, 2004 8:00 am Subject: Sort and Rules Issue |
Well, I was forced to use a stored procedure although that was not the original desire from the team.
If I had the capability of ORDER BY I could of done this in WMQI.
I just had to do the follo ... |
Topic: Sort and Rules Issue |
EvolutionQuest
Replies: 1 Views: 2425
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 20, 2004 6:51 am Subject: Sort and Rules Issue |
I have a situation that I am having difficulty in resolving through WMQI v2.1.
I have two criterias that I am trying to fulfill that I am not sure how to accomplish smoothly in Integrator.
TAG|I ... |
Topic: Error when putting message to queue from a propagate |
EvolutionQuest
Replies: 10 Views: 12721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 06, 2004 12:12 pm Subject: Error when putting message to queue from a propagate |
Sorry I didn't get back on whether it worked or not. I was finally able to get things working, but it was an odd solution.
Following Jeff's recommendation I was able to piece things together, but ... |
Topic: Error when putting message to queue from a propagate |
EvolutionQuest
Replies: 10 Views: 12721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 01, 2004 10:45 am Subject: Error when putting message to queue from a propagate |
O.K. maybe I am completely brain dead which is greatly possible, but I was pretty sure I was recopying the headers. As for the extra fluff, its not my choice just a requirement.
Now the references ... |
Topic: Visual Edit truncating messages |
EvolutionQuest
Replies: 7 Views: 15453
|
Forum: Archives - All Posted: Fri Oct 01, 2004 9:44 am Subject: Visual Edit truncating messages |
I was going off the basis that when the individual was editing a message it got truncated. Based on your response it sounded like MQVE could only handle up to 1,000,000 bytes.
For showing the me ... |
Topic: Error when putting message to queue from a propagate |
EvolutionQuest
Replies: 10 Views: 12721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 01, 2004 9:39 am Subject: Error when putting message to queue from a propagate |
O.K. Looking at the code closer the default would be RETURN TRUE;
I do want the message to propagate to another node downstream, i.e. Filter node which will then be routed to a MQOutput Node.
... |
Topic: Error when putting message to queue from a propagate |
EvolutionQuest
Replies: 10 Views: 12721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 01, 2004 6:42 am Subject: Error when putting message to queue from a propagate |
Ah, I think I know what I screwed up. Dummy me, no RETURN.
Thanks. |
Topic: Visual Edit truncating messages |
EvolutionQuest
Replies: 7 Views: 15453
|
Forum: Archives - All Posted: Fri Oct 01, 2004 6:36 am Subject: Visual Edit truncating messages |
An enhancement would be to dynamically determine the size of the file and spit it out byte-4-byte including any changes in the output file/message instead of setting a hard upper limit.
Just a thou ... |
Topic: Error when putting message to queue from a propagate |
EvolutionQuest
Replies: 10 Views: 12721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 01, 2004 6:15 am Subject: Error when putting message to queue from a propagate |
I am trying to determine why I would be getting the following error. I suspect its the way my compute node is handling the propagation, but it doesn't stick out (at least for me). The broker has bee ... |
Topic: REFERENCE TO |
EvolutionQuest
Replies: 3 Views: 2949
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 24, 2004 6:27 am Subject: REFERENCE TO |
The error I am getting is the following which now does make sense, but I would like a little clarification on how you would do this in a loop and still use a REFERENCE TO.
BIP2916E: (277, ... |
Topic: REFERENCE TO |
EvolutionQuest
Replies: 3 Views: 2949
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 24, 2004 6:22 am Subject: REFERENCE TO |
Why would this produce an error within my compute node:
CREATE FIELD Environment.Variables.Derived_Data.My_Data.My_Group;
DECLARE My_Group_Ref REFERENCE TO Environment.Variables.Derived_Data.My_ ... |
Topic: Trace Node |
EvolutionQuest
Replies: 2 Views: 4515
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 23, 2004 6:59 am Subject: Trace Node |
I forgot that even when wiring the failure terminal to a node that it means the message will be handle via that path. If a truly rollback of the message is required you must have a throw node within ... |
Topic: Trace Node |
EvolutionQuest
Replies: 2 Views: 4515
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 19, 2004 12:08 pm Subject: Trace Node |
Could you clarify this for me. I thought and was pretty sure that a trace node was a passthru/debugging node that would not alter the path if a node failed. Also, if the trace node is set to 'None' ... |