Author |
Message |
Topic: Platform-dependent variable values |
edtguy
Replies: 2 Views: 2478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 10, 2005 12:14 pm Subject: Platform-dependent variable values |
I have the following scenario:
I currently have two platforms for the message broker: development and qa. I also have a single instance of a faxing service that is to be brokered from both platfor ... |
Topic: Toolkit not responding |
edtguy
Replies: 3 Views: 5106
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 11, 2005 6:02 am Subject: Toolkit not responding |
Sweet. Thanks! |
Topic: Toolkit not responding |
edtguy
Replies: 3 Views: 5106
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 10, 2005 1:43 pm Subject: Toolkit not responding |
It's been a few weeks since the last time I worked with the message broker toolkit installed on my laptop. I'm not aware of any changes made that would have affected it, but when I try to start it no ... |
Topic: Trouble deploying a custom java plug-in |
edtguy
Replies: 3 Views: 3052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 24, 2004 9:43 am Subject: Trouble deploying a custom java plug-in |
Thanks, but that turned out not to be the problem. The problem was that additional jar files on which the plug-in is dependent, needed to be placed in the WBIMB\classes directory. I didn't find this ... |
Topic: Trouble deploying a custom java plug-in |
edtguy
Replies: 3 Views: 3052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 24, 2004 8:28 am Subject: Trouble deploying a custom java plug-in |
Hopefully, the following is attributable to "newbie error", and there is a simple answer that I have overlooked in the documentation:
Why is a java plug-in failing to deploy with the following mess ... |
Topic: Multiple Compute nodes cauisng error |
edtguy
Replies: 11 Views: 5233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2004 7:50 am Subject: Multiple Compute nodes cauisng error |
I stand corrected!
After installing the WBI upgrades, I rebooted my machine. When I restarted the workbench, I ran the Help->Software Updates->New Updates option to confirm that I was complete ... |
Topic: Multiple Compute nodes cauisng error |
edtguy
Replies: 11 Views: 5233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2004 7:13 am Subject: Multiple Compute nodes cauisng error |
By any chance is this problem releated to Windows XP? My machine was just upgraded to XP and I had to re-install WBI, MQ, DB2. I created a simple message flow: MQInput Node -> Compute Node (uncom ... |
Topic: What is the esql syntax for adding an attribute? |
edtguy
Replies: 3 Views: 2667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 11, 2004 12:43 pm Subject: What is the esql syntax for adding an attribute? |
They don't work because nothing appears in the debug panel for the Output message attribute. When I fully expand the debug message, I am able to see MRM -> Attachments -> File -> aFileName = ... |
Topic: What is the esql syntax for adding an attribute? |
edtguy
Replies: 3 Views: 2667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 11, 2004 10:59 am Subject: What is the esql syntax for adding an attribute? |
Hi,
I cannot seem to get the syntax correct in a compute node to populate an attribute. I need to transform values in an input message to the format of the output message, which includes attribute ... |
Topic: How to construct CWF for variable length binary message? |
edtguy
Replies: 7 Views: 4145
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 04, 2004 10:40 am Subject: How to construct CWF for variable length binary message? |
Thanks! I always seem to expect to find tabs at the top of a pane and forget to look for them at the bottom.
I think my other mistake is that I was only defining Elements and Types which have no cor ... |
Topic: How to construct CWF for variable length binary message? |
edtguy
Replies: 7 Views: 4145
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 04, 2004 7:11 am Subject: How to construct CWF for variable length binary message? |
After a somewhat painful upgrade from WIN2000 to WINXP, I've reinstalled the message broker, and I'm trying to find where in the editor to define the physical layout for the CWF. The on-line help is ... |
Topic: How to construct CWF for variable length binary message? |
edtguy
Replies: 7 Views: 4145
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 28, 2004 11:34 am Subject: How to construct CWF for variable length binary message? |
Thanks for getting me started. Being new to this, I'm a bit confused on some points:
>> You can model this in MRM-CWF
Ok, I've defined a new message set with Default Wire Format = CWF1 an ... |
Topic: How to construct CWF for variable length binary message? |
edtguy
Replies: 7 Views: 4145
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 28, 2004 7:02 am Subject: How to construct CWF for variable length binary message? |
I am working with a black-box service that produces a Java JMS ObjectMessage. The format is as follows:
27 bytes - Java object serialization info
4 bytes - int, header length, value always 24
4 ... |