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 26 matches
Author Message
  Topic: Problems installing User-defined nodes.
matoh

Replies: 1
Views: 1630

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 03, 2008 4:57 am   Subject: Problems installing User-defined nodes.
Hi! I was wondering if someone could help me figure this out:

We are trying to migrate some minor user-defined nodes we have written from version 5 to 6.1. In order not to drag anything problematic ...
  Topic: Any https support in HttpRequest node on broker 5.0.3?
matoh

Replies: 1
Views: 1447

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 21, 2007 5:18 am   Subject: Any https support in HttpRequest node on broker 5.0.3?
I've gotten a request to move an old webservice request in a message flow to a new URL.

The problem is that the new URL contains https:, while the old one is http:, and theyve also added a login/pa ...
  Topic: What MQ Error?
matoh

Replies: 2
Views: 4104

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Apr 26, 2007 6:08 am   Subject: What MQ Error?
Yes, I know that the input node propagates to the failure terminal if it gets a warning from MQGET. In fact, the printout above is from a trace node attached to the failure terminal (we have our own, ...
  Topic: What MQ Error?
matoh

Replies: 2
Views: 4104

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Apr 26, 2007 12:39 am   Subject: What MQ Error?
In Broker 5, I get occasional errors like this:


Root (TYPE_NAME) :
RecoverableException (TYPE_NAME) :
File (TYPE_NAME_VALUE) = '/build/S500_P/src/DataFlow ...
  Topic: Any way to make a listener port more robust?
matoh

Replies: 3
Views: 4323

PostForum: IBM MQ Java / JMS   Posted: Thu Oct 26, 2006 6:46 am   Subject: Any way to make a listener port more robust?
It's the max backout count on the queue and the max backout count on the listener port.

When I checked, they were set to the same value, not a lesser value on the queue, which would be the correct ...
  Topic: Any way to make a listener port more robust?
matoh

Replies: 3
Views: 4323

PostForum: IBM MQ Java / JMS   Posted: Thu Oct 26, 2006 6:09 am   Subject: Any way to make a listener port more robust?
I've got a small web application running in Websphere Application Server 5.0.2.7. It's supposed to track exceptions raised in various message flows, so the error-handling code in those flows sends a ...
  Topic: Best way of adding an MQMD and MQRFH2 header to a message?
matoh

Replies: 5
Views: 6615

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Oct 23, 2006 3:28 am   Subject: Best way of adding an MQMD and MQRFH2 header to a message?
matoh

I am not sure i understand your reply. The nextsibling creation creates the domain under the meassge properties and then you have the children of that domain which creates a WebsphereMQ heade ...
  Topic: Best way of adding an MQMD and MQRFH2 header to a message?
matoh

Replies: 5
Views: 6615

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 20, 2006 4:33 am   Subject: Best way of adding an MQMD and MQRFH2 header to a message?

Create Nextsibling of output_cursor.Properties domain 'MQMD';


Ok, I just need to set the domain, I don't need to name that node?
  Topic: Best way of adding an MQMD and MQRFH2 header to a message?
matoh

Replies: 5
Views: 6615

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 19, 2006 6:16 am   Subject: Best way of adding an MQMD and MQRFH2 header to a message?
We are using a version 5 broker.

I recieve a message from a HTTPInput node, with Message Domain='XMLNS'.

I'm supposed to deliver that to a Websphere Application Server application. That applica ...
  Topic: Stupid ESQL Q: What's the type for InputRoot and OutputRoot?
matoh

Replies: 2
Views: 3527

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 02, 2006 8:37 am   Subject: Stupid ESQL Q: What's the type for InputRoot and OutputRoot?
I tried REFERENCE, but got a "Routine not declared for these arguments" compile error.

I just realized it was because I had forgotten to add the library project in which the procedure was declared ...
  Topic: Stupid ESQL Q: What's the type for InputRoot and OutputRoot?
matoh

Replies: 2
Views: 3527

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 02, 2006 7:58 am   Subject: Stupid ESQL Q: What's the type for InputRoot and OutputRoot?
If you want to pass InputRoot and OutputRoot as arguments to a function or procedure, what should the procedure/function argument types be declared as?

Assuming something simple as the ever-present ...
  Topic: Messages showing up in wrong flow after using a subflow?
matoh

Replies: 4
Views: 3580

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 22, 2005 7:36 am   Subject: Messages showing up in wrong flow after using a subflow?
The xmi:id tags are unique within each .msgflow file, yes.
  Topic: Messages showing up in wrong flow after using a subflow?
matoh

Replies: 4
Views: 3580

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 22, 2005 6:45 am   Subject: Messages showing up in wrong flow after using a subflow?
I use the "one flow, one tracefile" principle, and write the name of the trace node in the trace pattern. And yes, I've checked that the filenames and patterns are correct. (Opened the flow definition ...
  Topic: Messages showing up in wrong flow after using a subflow?
matoh

Replies: 4
Views: 3580

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 22, 2005 5:54 am   Subject: Messages showing up in wrong flow after using a subflow?
Has anyone else had this problem:

I've got two flows in which I have factored out some common functionality (doing a lookup agianst a separate service by splitting off a separate query, and then jo ...
  Topic: Getting a subflow parameter into a message header?
matoh

Replies: 7
Views: 5217

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 27, 2005 3:51 am   Subject: Getting a subflow parameter into a message header?
There is no magic accessor for getting the name of the main flow that a specific subflow is called from.


It's even worse , I need to keep track of where in the main flow the subflow was us ...
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.