Author |
Message |
Topic: Building Workspace Problem |
telecoda
Replies: 8 Views: 9786
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 15, 2009 11:56 pm Subject: Building Workspace Problem |
Are you launching the debugger via the toolkit test client?
The default setting forces a complete build/redeployment each time you begin testing.
You can override these default settings to allow ... |
Topic: Queue = Deferred Work Item Database? |
telecoda
Replies: 11 Views: 9117
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 03, 2009 3:14 am Subject: Queue = Deferred Work Item Database? |
Unrelated to the question and a little basic / general, but a gem all the same.
Especially as it's inaccurate.
Because queue's are not persistent, messages are?
Absolutly, one of the most commo ... |
Topic: Queue = Deferred Work Item Database? |
telecoda
Replies: 11 Views: 9117
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 02, 2009 4:28 am Subject: Queue = Deferred Work Item Database? |
Also make sure your queue is persistent if you are storing valuable data in there. |
Topic: Download WSDL from Webservice URL, |
telecoda
Replies: 3 Views: 4036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 26, 2009 12:50 am Subject: Download WSDL from Webservice URL, |
I believe there are security arguments about totally exposing your WSDL to all and sundry. Goes against the grain of openess but hey.
.Net webservice provide this functionality. For WMB you would ... |
Topic: Create BAR using cruisecontrol... |
telecoda
Replies: 5 Views: 4083
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 25, 2009 7:19 am Subject: Create BAR using cruisecontrol... |
Yes, you should have a separate build server (either linux/windows) to create your .bar files and ftp to the AIX box or do an mqsideploy from cruisecontrol.
the mqsicreatebar stuff is ok to do in c ... |
Topic: Environment variables and Timer Nodes |
telecoda
Replies: 8 Views: 7813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 25, 2009 6:50 am Subject: Environment variables and Timer Nodes |
Can the data you need to persist not be added to the message you are sending to the Timer control node?
Therefore when your flow effectively wakes up you'll have the information you require?
Eit ... |
Topic: Multithreading in Message Broker |
telecoda
Replies: 4 Views: 6224
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 24, 2009 12:48 am Subject: Multithreading in Message Broker |
As you are processing a large number of messages in a single flow is there any contention occurring outside of the flow?
For example is the flow processing 46,000 records locking rows in a database ... |
Topic: MB6 ESQL for SOAP Encoding and Decoding |
telecoda
Replies: 2 Views: 4819
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2009 12:48 am Subject: MB6 ESQL for SOAP Encoding and Decoding |
There is a supportpac IA90
http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg24014070&loc=en_US&cs=utf-8&lang=en
for this in MB 6.0 and the Soap Envelope and Soap extract ... |
Topic: Using £ symbol with SOAPRequest node |
telecoda
Replies: 7 Views: 7546
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 16, 2009 12:15 am Subject: Using £ symbol with SOAPRequest node |
Can you encode the £ sign as unicode in the XML?
Here is a handy site for converting values..
http://rishida.net/scripts/uniview/conversion.php
There are some tips where for using unicode in ... |
Topic: Problems installing Toolkit 6.1 on Windows XP Professional |
telecoda
Replies: 2 Views: 3233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 16, 2009 12:05 am Subject: Problems installing Toolkit 6.1 on Windows XP Professional |
Are you installing using the launchpad.exe? This will normally prompt you to install everything in the correct sequence.
If your installation is failing the installer also produces an installation ... |
Topic: SOAP Reply crashes EG |
telecoda
Replies: 12 Views: 9912
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 12, 2009 5:01 am Subject: SOAP Reply crashes EG |
Thanks MGK,
You're absolutely right. To avoid the problem occurring until we implement the fixpack we have placed a validate node prior to the SOAP reply node.
Which means that the validate nod ... |
Topic: SOAP Reply crashes EG |
telecoda
Replies: 12 Views: 9912
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 11, 2009 9:06 am Subject: SOAP Reply crashes EG |
Apologies for talking utter tripe on this. Further investigation I discovered that the broker was in fact throwing the expected parsing error on the soap reply node which is being handled in a separat ... |
Topic: SOAP Reply crashes EG |
telecoda
Replies: 12 Views: 9912
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 11, 2009 4:57 am Subject: SOAP Reply crashes EG |
We encountered exactly the same problem.
There seems to be a problem with the SOAP reply node if your response message is invalid.
Do a bit of troubleshooting to verify that your response is in ... |
Topic: WBIMB 6.0: Issue deploying 7.2 MB bar file |
telecoda
Replies: 12 Views: 7918
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 11, 2008 1:28 am Subject: WBIMB 6.0: Issue deploying 7.2 MB bar file |
Is the .bar file "really" 7.8 MB?
I had a similar problem on MB 6.0.2 when I had been repeatedly amending a message set and the bar file size had kept up.
I resolved the problem by rem ... |
Topic: SOAPRequest - Exception on SOAP Fault |
telecoda
Replies: 0 Views: 2143
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 05, 2008 1:49 am Subject: SOAPRequest - Exception on SOAP Fault |
Hi I am using WMB 6.1 and trying to get to grips with the new SOAP nodes.
I am invoking a web service that generates a SOAP fault. I would expect this to be routed down the "Fault" termi ... |