| Author | 
		  Message | 
  		
  		
		     Topic: message persistence | 
  		
  		
		  vijay707
  
	  	  Replies: 4 Views: 4144
  | 
		   Forum: General IBM MQ Support   Posted: Fri Mar 16, 2007 5:51 am   Subject: message persistence | 
  		
  		
		  | Then I need to modify the message header to specify the persistence.Thanks for your suggestions. | 
  		
  		
		     Topic: message persistence | 
  		
  		
		  vijay707
  
	  	  Replies: 4 Views: 4144
  | 
		   Forum: General IBM MQ Support   Posted: Thu Mar 15, 2007 6:27 pm   Subject: message persistence | 
  		
  		
		  | I am sending a non persistent message to persistent queue.If for some reason the queue manager fails and comes back up do I still have the message on the queue.Does message persistence override queue  ... | 
  		
  		
		     Topic: alter MAX channels in windows | 
  		
  		
		  vijay707
  
	  	  Replies: 8 Views: 4993
  | 
		   Forum: General IBM MQ Support   Posted: Thu Mar 08, 2007 2:00 pm   Subject: Thanks | 
  		
  		
		  But if you are seeing a local qmgr in MQ Explorer, you should see it in the MQ Services window as well.
 
 
 I agree completely. But I have seen it exhibit this behaviour, for reasons never fully expl ... | 
  		
  		
		     Topic: alter MAX channels in windows | 
  		
  		
		  vijay707
  
	  	  Replies: 8 Views: 4993
  | 
		   Forum: General IBM MQ Support   Posted: Thu Mar 08, 2007 7:37 am   Subject: alter MAX channels in windows | 
  		
  		
		  Do you mean Services or do you mean MQ Explorer? I think you need Explorer, and you may need to add the queue manager before it's visable.
 
 For more detailed help post if you're using the V5.3 mmc s ... | 
  		
  		
		     Topic: alter MAX channels in windows | 
  		
  		
		  vijay707
  
	  	  Replies: 8 Views: 4993
  | 
		   Forum: General IBM MQ Support   Posted: Thu Mar 08, 2007 6:54 am   Subject: alter MAX channels in windows | 
  		
  		
		  | I want to increase the the maximum number of channels that can be in use simultaneously by the queue manager in windows platform .But I do not see the queue manager created on the machine in the MQSer ... | 
  		
  		
		     Topic: error when assigning a value to reference in procedure | 
  		
  		
		  vijay707
  
	  	  Replies: 7 Views: 5511
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 30, 2005 1:22 pm   Subject: error when assigning a value to reference in procedure | 
  		
  		
		  Thanks JT and MGk for your help now I could create the MRM message structure successfully by using INOUT reference parameter instead of OUT.
 
 Vijay | 
  		
  		
		     Topic: error when assigning a value to reference in procedure | 
  		
  		
		  vijay707
  
	  	  Replies: 7 Views: 5511
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 30, 2005 6:01 am   Subject: error when assigning a value to reference in procedure | 
  		
  		
		  | Sorry I made a mistake .BP_Header is the out parameter which is a reference which I pass to the procedure. | 
  		
  		
		     Topic: error when assigning a value to reference in procedure | 
  		
  		
		  vijay707
  
	  	  Replies: 7 Views: 5511
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 29, 2005 2:12 pm   Subject: error when assigning a value to reference in procedure | 
  		
  		
		  I am getting an error  while executing a  procedure.
 
 CREATE LASTCHILD OF OutputRoot Domain('MRM'); 
 DECLARE my_Header1 REFERENCE TO OutputRoot.MRM;
 DECLARE soap REFERENCE TO InputRoot.XML
 declar ... | 
  		
  		
		     Topic: processing a soap message | 
  		
  		
		  vijay707
  
	  	  Replies: 2 Views: 2989
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 26, 2005 1:59 pm   Subject: processing a soap message | 
  		
  		
		  I have the sample soap message.
 
 <soapenv:Fault>
 <faultcode xmlns:ns-174321368="http://services.cna.com/exceptions" xmlns="">ns-174321368:CfInvalidMessageExceptionType</faultcode> ... | 
  		
  		
		     Topic: Accessing a field in soap message | 
  		
  		
		  vijay707
  
	  	  Replies: 1 Views: 2107
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 24, 2005 6:21 am   Subject: Accessing a field in soap message | 
  		
  		
		  I have the folowing soap message.
 
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.o ... | 
  		
  		
		     Topic: creating a messaseset from xml schema in wb5.0 | 
  		
  		
		  vijay707
  
	  	  Replies: 1 Views: 2355
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 15, 2005 3:25 pm   Subject: creating a messaseset from xml schema in wb5.0 | 
  		
  		
		  I have the following XSD.I want to create a messageset from the XSD. 
 The include attribute is pointing to another xsd.
 
 <?xml version="1.0" encoding="UTF-8"?>
 <xsd:schema xmlns:xsd="http ... | 
  		
  		
		     Topic: error casting a blob to integer | 
  		
  		
		  vijay707
  
	  	  Replies: 1 Views: 2813
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 28, 2004 4:19 pm   Subject: error casting a blob to integer | 
  		
  		
		  I am having problem casting a blob to integer.
 
 I am using BITXOR funtion to perform
 the bitwise XOR on the binary representation of the numbers. 
 
 BITXOR(CAST(X '41') as int, 0).
 
 The Exceptio ... | 
  		
  		
		     Topic: reading a flat file in to MRM for WBIMB | 
  		
  		
		  vijay707
  
	  	  Replies: 4 Views: 2983
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 01, 2004 3:13 pm   Subject: reading flat file | 
  		
  		
		  I got it now as there was a error in the Message Name.
 Thanks a lot. | 
  		
  		
		     Topic: reading a flat file in to MRM for WBIMB | 
  		
  		
		  vijay707
  
	  	  Replies: 4 Views: 2983
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 30, 2004 5:18 pm   Subject: reading a flat file in to MRM for WBIMB | 
  		
  		
		  | I created a simple MRM messageset with fields first_name and last_name in CWF format.Created a message flow with input node compute node and output node to read the data from a file.I am not able to r ... | 
  		
  		
		     Topic: message flow deployment error | 
  		
  		
		  vijay707
  
	  	  Replies: 1 Views: 1786
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Mar 12, 2004 6:36 am   Subject: message flow deployment error | 
  		
  		
		  I am getting the following message a number of times when i try to deploy a message flow to a brokers execution group.Please can anyone help me how to overcome this issue. 
 
 BIP1536S: Configuration  ... |