Author |
Message |
Topic: xsd:date in messageset with timezon |
MiLi
Replies: 8 Views: 6531
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2008 3:52 am Subject: xsd:date in messageset with timezon |
Hi
I import an xsd with xsd:date field.
Acoording to W3Schools:
The following is an example of a date declaration in a schema:
<xs:element name="start" type="xs:date&quo ... |
Topic: FileNodes in Broker 6.1 Cant read from network drive ? |
MiLi
Replies: 7 Views: 5061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2008 11:45 pm Subject: FileNodes in Broker 6.1 Cant read from network drive ? |
I log on to the win system using a brkadmin user, the same user running the Broker. I map the drive in windows as Z: and then I can create and delete files on Z but when I try to do it from the broke ... |
Topic: FileNodes in Broker 6.1 Cant read from network drive ? |
MiLi
Replies: 7 Views: 5061
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 14, 2008 11:39 pm Subject: FileNodes in Broker 6.1 Cant read from network drive ? |
I want to use the FileInput node and FileOutput node in Broker 6.1 on windows to read and write on a maped networke drive but all I get is error messages saying it cant find the path or the permission ... |
Topic: Large messages >30Mb |
MiLi
Replies: 10 Views: 7851
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 26, 2007 10:33 pm Subject: Re: Large messages >30Mb |
I believe this may be a memory leak
Hmm, what do you want to hear? Yes !?
You dont post any code so we have no clue whats going on !
However, 600MB of memory usage to read 30MB BLOB. No w ... |
Topic: Reading large messages (> 100MB) |
MiLi
Replies: 7 Views: 10275
|
Forum: IBM MQ Java / JMS Posted: Fri May 25, 2007 12:37 am Subject: Reading large messages (> 100MB) |
Pedantically, the largest single segment remains 100Mb.
Sure thing.
But when dealing with messages like with the jms api you dont care how the message is represented by the message provider, o ... |
Topic: Reading large messages (> 100MB) |
MiLi
Replies: 7 Views: 10275
|
Forum: IBM MQ Java / JMS Posted: Thu May 24, 2007 6:28 am Subject: Reading large messages (> 100MB) |
Your post title is wrong. There's no way to read messages greater than 100MBs. Messages can't be bigger than 100MBs. Segmentation doesn't change that (neither does grouping, but grouping allows you ... |
Topic: SET Attribute on MRM Message - I'm lost |
MiLi
Replies: 16 Views: 11974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 16, 2007 4:34 am Subject: SET Attribute on MRM Message - I'm lost |
Hi Kimbert, I dont think you understand me
If I import an xsd:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema&q ... |
Topic: SET Attribute on MRM Message - I'm lost |
MiLi
Replies: 16 Views: 11974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 16, 2007 2:31 am Subject: SET Attribute on MRM Message - I'm lost |
I now know what the problem is !
The Broker Toolkit 6.0.2 is crap !
I suggest you read my first Post in this thread as we got lost on the way !
The new Toolkit cant give me Code Completion in E ... |
Topic: SET Attribute on MRM Message - I'm lost |
MiLi
Replies: 16 Views: 11974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 15, 2007 5:08 am Subject: SET Attribute on MRM Message - I'm lost |
This is starting to get complicated. First
Luca81: When you say you dont use namespaces in mrm, do you work with xml namespace messages? like soap for example !
Or is there a way of define a mes ... |
Topic: SET Attribute on MRM Message - I'm lost |
MiLi
Replies: 16 Views: 11974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 15, 2007 3:51 am Subject: SET Attribute on MRM Message - I'm lost |
With MRM, you don't need to even specify namespace prefixes, I think.
I'm not 100% sure , but I think you have to.
Marcin
Yeah you do, the mrm is build with namespaces but Attributes is a ... |
Topic: SET Attribute on MRM Message - I'm lost |
MiLi
Replies: 16 Views: 11974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 15, 2007 3:26 am Subject: SET Attribute on MRM Message - I'm lost |
SET OutputRoot.MRM."sw8:RmtInf"(XML.Attribute)"Ccy" = 'EUR';
Nope, thats the point with MRM, it is a parser not a physic structur
You can only specify XML.Attribute when usin ... |
Topic: SET Attribute on MRM Message - I'm lost |
MiLi
Replies: 16 Views: 11974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 15, 2007 12:47 am Subject: SET Attribute on MRM Message - I'm lost |
Hi
I'm starting to think I'm stupid here so please help me.
I'm trying to do one of the simplest things I'v done in the broker.
I have a MsgSet for with an XML format with namespaces and Attr ... |
Topic: No Code Completion in Toolkit 6.0.2 for namespace messages |
MiLi
Replies: 3 Views: 2840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 14, 2007 6:22 am Subject: No Code Completion in Toolkit 6.0.2 for namespace messages |
Ok, Its not hard for me to recreate the problem. It all worked fine in 6.0.0.2 but when I updated the Toolkit to 6.0.2 It stoped working... The same MessageSets and flows I was working on!
I have r ... |
Topic: No Code Completion in Toolkit 6.0.2 for namespace messages |
MiLi
Replies: 3 Views: 2840
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 14, 2007 1:44 am Subject: No Code Completion in Toolkit 6.0.2 for namespace messages |
Hello
Has anyone else noticed there is no Code Completion in Toolkit 6.0.2 for namespace messages ?
Works fine with messages sets without namespaces...
Is it me or is it a BUG ? |
Topic: ExceptionList UTF-16 ? |
MiLi
Replies: 1 Views: 1760
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 01, 2007 7:24 am Subject: ExceptionList UTF-16 ? |
Ok, right know I got it to work with CCSID 1208. What do you think ?
DECLARE msgBLOB2 BLOB;
SET Environment.Log.Body.Text = 'ERROR';
create lastchild of Environment.Variables.ExcepionList ... |