Author |
Message |
Topic: read .property/txt file in message broker |
Ward
Replies: 14 Views: 22186
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 01, 2009 5:17 am Subject: read .property/txt file in message broker |
thx mqmatt,
will check if this can help us...
the property I'm looking at is not a standard "name-value" property. The value is an XML structure that could be 1-2kb. Not really what UD ... |
Topic: read .property/txt file in message broker |
Ward
Replies: 14 Views: 22186
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 01, 2009 2:49 am Subject: read .property/txt file in message broker |
IA91 looks interesting, thx.
will look at it more deeply and then choose between that and a java compute node to load a .properties file ourself |
Topic: read .property/txt file in message broker |
Ward
Replies: 14 Views: 22186
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 30, 2009 12:18 pm Subject: read .property/txt file in message broker |
the closest you have to cache are those shared rows... there's nothing at broker or execution level you can set/alter from outside your flow...
I'm not comparing, but a property file is what you'd ... |
Topic: read .property/txt file in message broker |
Ward
Replies: 14 Views: 22186
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 30, 2009 10:35 am Subject: read .property/txt file in message broker |
Using a database is the way we work for the moment as well. Values do change, but this is controlled by our operational team who restart impacted flows.
Only with Broker v7 you don't really need a d ... |
Topic: read .property/txt file in message broker |
Ward
Replies: 14 Views: 22186
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 30, 2009 9:35 am Subject: read .property/txt file in message broker |
UDP are fine for "few" parameters that "hardly ever change". You don't want having to manage a flow with 20+ UDP's. Also, don't like the fact that you need to redeploy your flow ... |
Topic: WMB 6.1 and CEI |
Ward
Replies: 2 Views: 2908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 29, 2009 1:12 pm Subject: WMB 6.1 and CEI |
thanks for the hint...
found the issue, there was something wrong with my topic definition...
cheers,
Ward. |
Topic: WMB 6.1 and CEI |
Ward
Replies: 2 Views: 2908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 27, 2009 9:37 am Subject: WMB 6.1 and CEI |
All,
WMB 6.1.0.3 has now CEI build in as one of it's new features. Somewhere in the documentation I found:
Events are published to a WebSphere MQ topic, where they can be read by multiple subsc ... |
Topic: Message Broker 6.1 in different platforms |
Ward
Replies: 6 Views: 5511
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 24, 2009 3:54 pm Subject: Message Broker 6.1 in different platforms |
In theory there should be no problem in deploying the same bar files to different brokers on different platforms. On the other hand, I would not recommend to have production on a different platform t ... |
Topic: Multiple input queues in a message flow |
Ward
Replies: 6 Views: 5861
|
Forum: General IBM MQ Support Posted: Tue Feb 24, 2009 3:39 pm Subject: Multiple input queues in a message flow |
If you do not need to transform the message at all and just need to send the message to a different destination depending on the queue where it arrives then I wonder why you want to put a broker in th ... |
Topic: Channel reset not persistent! |
Ward
Replies: 15 Views: 14420
|
Forum: General IBM MQ Support Posted: Wed Dec 05, 2007 5:04 am Subject: Channel reset not persistent! |
Thanks, this should do the trick here as well then... |
Topic: Channel reset not persistent! |
Ward
Replies: 15 Views: 14420
|
Forum: General IBM MQ Support Posted: Wed Dec 05, 2007 4:22 am Subject: Channel reset not persistent! |
Hi,
we are experiencing the exact same problem here. Receiving queue manager is a 6.0.2.1 on Solaris; sending a 5.3 queue manager...
every time the channel has gone down the receiving end expects ... |
Topic: SAP Adapter |
Ward
Replies: 6 Views: 5982
|
Forum: General Discussion Posted: Tue Apr 10, 2007 1:40 am Subject: SAP Adapter |
Hi RocknRambo,
did you manage to use qRFC in the end ? Anything specific you need to change in the adapter settings ? We are trying to get it to work here but so far without luck.
Any help wou ... |
Topic: TDS problem |
Ward
Replies: 3 Views: 4070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 24, 2007 2:20 am Subject: TDS problem |
Elvis, Kimbert,
thanks for the replies...
1) am I sure not having an extra "Row_out" with no child elements ?
Yes and no:
Yes, I'm sure it's not there in the Root tree that I ... |
Topic: TDS problem |
Ward
Replies: 3 Views: 4070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 23, 2007 11:01 am Subject: TDS problem |
Hi,
I'm having a complex type with Delimiter = Group Terminator = ;
Only one repeating element in this complex type (Fieldx = a string).
This complex type in itself is encapsulated in another com ... |
Topic: (SOLVED) MQ explorer is not working |
Ward
Replies: 17 Views: 15281
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Dec 04, 2006 12:42 am Subject: (SOLVED) MQ explorer is not working |
you can also, stop the service + put it on "manual" and reboot before you install the fixpack... |