ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 103 matches
Author Message
  Topic: java compute node setting local environment
Miriam Kaestner

Replies: 7
Views: 13737

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 09, 2007 3:45 pm   Subject: java compute node setting local environment
This works for me:


public void evaluate(MbMessageAssembly contact admin) throws MbException {
MbOutputTerminal out = getOutputTerminal("out");
MbOutputTerminal alt = getOutputTermin ...
  Topic: ESQL Trace
Miriam Kaestner

Replies: 1
Views: 3511

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Aug 02, 2003 11:59 pm   Subject: ESQL Trace
Turn on User Trace with Debug option, that will resolve all ESQL statements.
  Topic: pub/sub topics dynamic creation
Miriam Kaestner

Replies: 2
Views: 3179

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed May 07, 2003 11:01 am   Subject: pub/sub topics dynamic creation
As far as I know, there is no command interface for this.
  Topic: WMQI Broker on z/OS
Miriam Kaestner

Replies: 3
Views: 4241

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed May 07, 2003 10:55 am   Subject: WMQI Broker on z/OS
And IBM IT Education Services offers a course MQ69 - WebSphere MQ Integrator Administration on z/OS. There is a lot of hands-on labs in there.
As far as I know, this course is offered in the US, Norw ...
  Topic: Optional Elements
Miriam Kaestner

Replies: 3
Views: 4270

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed May 07, 2003 10:49 am   Subject: Optional Elements
Are you using CWF physical format? Then elements are not really optional, there must be a default value (an element value with role=default value) defined for it. For fixed length formats such as CWF ...
  Topic: Transforming XML to MRM with optional elements
Miriam Kaestner

Replies: 15
Views: 13286

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed May 07, 2003 10:28 am   Subject: Transforming XML to MRM with optional elements
For CWF physical format (and TDS with fixed length), it is not possible to leave out any element. You may define an element as optional, but then you must define a default value for it. Otherwise the ...
  Topic: WMQI architecture
Miriam Kaestner

Replies: 17
Views: 15315

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Mar 12, 2003 8:00 am   Subject: WMQI architecture
.....
Perhaps someone could release a CM switching script as a support pac?

It's simple - You nee 2 sets of databases and queue manager, of course:
1. ConfigA2ConfigB.cmd

mqsistop ConfigMgr
m ...
  Topic: WMQI architecture
Miriam Kaestner

Replies: 17
Views: 15315

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Mar 12, 2003 5:45 am   Subject: WMQI architecture
Technically, it is possible to have multiple ALTERNATE ConfigMgrs on a single PC. Each must have its own databases, and only one CM can be active at any time.
To switch, just MQSIDELETECONFIGMGR ( ...
  Topic: Propagate function error
Miriam Kaestner

Replies: 3
Views: 3899

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 19, 2002 6:17 am   Subject: Propagate function error
If you RETURN FALSE from a Compute node, the message is propagated through the FAILURE terminal of the node - causing an exception to be thrown if this terminal is not connected. And this is just what ...
  Topic: Is there a way to have an MRM message with alternative...
Miriam Kaestner

Replies: 2
Views: 3344

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 14, 2002 2:52 am   Subject: Is there a way to have an MRM message with alternative...
You can use compound types with type composition = CHOICE to model this. But how the broker resolves the choice for incoming message depends on the physical format.
If it is CWF or TDS with no tags, ...
  Topic: Messageflow design aspects for multi messages
Miriam Kaestner

Replies: 7
Views: 4575

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 11, 2002 9:40 am   Subject: Messageflow design aspects for multi messages
cute_pav, what are you going to do with the whole group of messages in case the first one fails in message flow?
  Topic: Use of CURSORs in passthru
Miriam Kaestner

Replies: 2
Views: 3517

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 04, 2002 3:48 am   Subject: Use of CURSORs in passthru
I think you can only PASSTHRU one single statement. You are trying to perform a series of statements. This should work with Stored Procedures of the database. You can execute these stored procs via PA ...
  Topic: Accessing InputRoot.Properties.CreationTime.
Miriam Kaestner

Replies: 1
Views: 3790

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 04, 2002 3:41 am   Subject: Accessing InputRoot.Properties.CreationTime.
InputRoot.Properties.CreationTime ist data type GMTTIMESTAMP. So it might be easier to CAST or EXTRACT those values you need, instead of doing string manipulation. For example:

SET Environment.Var. ...
  Topic: Can i get a System Date in MQSI ?
Miriam Kaestner

Replies: 5
Views: 4695

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Sep 27, 2002 2:22 am   Subject: Can i get a System Date in MQSI ?
Yes, in ESQL you can EXTRACT parts of the date/time, CAST them as CHAR, and thus set up your own format with string manipulation.

With MRM (version 2.1 only!) it is much easier - you don't have to ...
  Topic: Environment & LocalEnvironment
Miriam Kaestner

Replies: 3
Views: 6971

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Sep 27, 2002 2:05 am   Subject: Environment & LocalEnvironment
Environment is an intra-flow scratchpad area that is never used or touched by IBM primitive nodes.

LocalEnvironment has predefined structure and is used by certain IBM nodes, such as Aggregation n ...
Goto page 1, 2, 3, 4, 5, 6, 7  Next Page 1 of 7

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.