Author |
Message |
Topic: Adding XML Declaration and Namespaces |
mangoMan
Replies: 13 Views: 9337
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 05, 2007 2:49 pm Subject: Adding XML Declaration and Namespaces |
I know what you mean but they want what they want.....what can I do. There must be a way to accomplish what I want. |
Topic: Adding XML Declaration and Namespaces |
mangoMan
Replies: 13 Views: 9337
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 05, 2007 1:56 pm Subject: Adding XML Declaration and Namespaces |
Oh, just one thing...
when I use the setNamespace() method, it creates a NS1: qualifier for the root tag and the namespace is in the root tag is defined as xmlns:NS1="default.namespace" I ... |
Topic: Adding XML Declaration and Namespaces |
mangoMan
Replies: 13 Views: 9337
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2007 3:31 pm Subject: Adding XML Declaration and Namespaces |
Thank you.
May you live long and prosper. |
Topic: Adding XML Declaration and Namespaces |
mangoMan
Replies: 13 Views: 9337
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2007 1:36 pm Subject: Adding XML Declaration and Namespaces |
Thanks Jeff.
I have been able to add the XML_DECLARATION as follows:
//
// Add XML_DECLARATION
//
MbElement xmlDecl = outBody.createElementAsFirstChild(MbXMLNSC.XML_DECLARATION);
x ... |
Topic: Adding XML Declaration and Namespaces |
mangoMan
Replies: 13 Views: 9337
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2007 1:07 pm Subject: Adding XML Declaration and Namespaces |
The XML message I create in the JCN does not have a declaration nor any namespaces. How can I add them so it looks like this:
<?xml version="1.0" encoding="UTF-8"?>
< ... |
Topic: Error Deploying MsgFlow BIP0915E |
mangoMan
Replies: 10 Views: 10233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 20, 2007 10:46 am Subject: Error Deploying MsgFlow BIP0915E |
I have tried deleting the bar file and creating a new one. No difference.
The bar file is big because of the JAR files. We use them in the Java Compute Node.
Not familiar with the shard-classe ... |
Topic: Error Deploying MsgFlow BIP0915E |
mangoMan
Replies: 10 Views: 10233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 20, 2007 9:30 am Subject: Error Deploying MsgFlow BIP0915E |
I still hold that this is a wicked problem.
I restarted the QMgr after changing the MAXMSGLN for SYSTEM.BKR.CONFIG .
So now I can deploy the bar file but I don't get a message and the flow does ... |
Topic: Error Deploying MsgFlow BIP0915E |
mangoMan
Replies: 10 Views: 10233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 20, 2007 8:05 am Subject: Error Deploying MsgFlow BIP0915E |
This is a wicked problem.
I just changed the MAXMSGLN for SYSTEM.BKR.CONFIG to 104857600 bytes .
Stopped and started the channel and I get the exact same error when I try to deploy the bar f ... |
Topic: Error Deploying MsgFlow BIP0915E |
mangoMan
Replies: 10 Views: 10233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 19, 2007 5:39 pm Subject: Error Deploying MsgFlow BIP0915E |
MAXMSGLN for SYSTEM.BROKER.* queues on the ConfigMgr qmgr = 104857600 bytes
MAXMSGLN for SYSTEM.BKR.CONFIG is 4194304
But is SYSTEM.BKR.CONFIG channel being used since everything is running on ... |
Topic: Error Deploying MsgFlow BIP0915E |
mangoMan
Replies: 10 Views: 10233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 19, 2007 3:42 pm Subject: Error Deploying MsgFlow BIP0915E |
I have a fairly big (25 Meg) bar file that I am trying to deploy. When I deploy it from the toolkit I get the BIP0915E error.
Could not put a message to the Configuration Manager queue
I ... |
Topic: Setting the Message Context |
mangoMan
Replies: 4 Views: 4227
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 24, 2007 11:30 am Subject: Setting the Message Context |
This is what is being put to the queue. It works when the message context is set to "Set All" but not when it is set to "Pass All" on the output node. I can't really change it to ... |
Topic: Setting the Message Context |
mangoMan
Replies: 4 Views: 4227
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 24, 2007 11:03 am Subject: Setting the Message Context |
BIP4060I: Data ''(
(0x01000000):Destination = (
(0x01000000):HTTP = (
... |
Topic: Setting the Message Context |
mangoMan
Replies: 4 Views: 4227
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 24, 2007 10:42 am Subject: Setting the Message Context |
Can I set the Message context inside the compute node?
I have an HTTP request that comes in, I remove the HTTP headers and create an MQMD before I send it off to a subflow which creates an audit me ... |
Topic: About Transactions |
mangoMan
Replies: 5 Views: 4390
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 19, 2007 8:24 pm Subject: About Transactions |
Can I have the "out" terminal of any node connected to multiple nodes?
Other words, can one message be sent to multiple compute nodes in parallel?
Yet another way of seeing it, how do ... |
Topic: About Transactions |
mangoMan
Replies: 5 Views: 4390
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 19, 2007 3:40 pm Subject: About Transactions |
Here is what I have had to design. Two flows, one is the request flow the other the reply flow. Now I wonder if this is the right way to design it. I have a feeling that I can't have subflows conn ... |