| Author | 
		  Message
		 | 
		
		  | arunkumar1989 | 
		  
		    
			  
				 Posted: Mon Dec 10, 2012 10:22 pm    Post subject: How can i specify a message for input alone ? | 
				     | 
			   
			 
		   | 
		
		
		    Voyager
 
 Joined: 21 Nov 2012 Posts: 98 Location: Chennai 
  | 
		  
		    
			  
				Hi all,
 
 
I have Following Messages
 
 
CustomerInput
 
    Customerid,CustomerDOB
 
CustomerOutput
 
    Customerid,CustomerName,CustomerDOB....,etc
 
 
 
if i pass customerinput to input queue it will process,
 
if i pass customeroutput to input queue it will process | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | smdavies99 | 
		  
		    
			  
				 Posted: Mon Dec 10, 2012 10:44 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Council
 
 Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land. 
  | 
		  
		    
			  
				You are really going to have to elaborate your problem a lot better. Whist I appreciate that English might not be your first language, it is very difficult to even begin to understand your problem.
 
 
Another point that you should consider before posting here.
 
We like to know what the real problem is AND (importantly) what you have tried in order to solve it yourself. This stops us Volunteers from suggesting things that you have already tried.
 
 
Thanks _________________ WMQ User since 1999
 
MQSI/WBI/WMB/'Thingy' User since 2002
 
Linux user since 1995
 
 
 
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | arunkumar1989 | 
		  
		    
			  
				 Posted: Tue Dec 11, 2012 12:57 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Voyager
 
 Joined: 21 Nov 2012 Posts: 98 Location: Chennai 
  | 
		  
		    
			  
				its solved by myself... yes english is not my first language...
 
my first language is tamil. i`m trying to improve my commnication skill. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | kash3338 | 
		  
		    
			  
				 Posted: Tue Dec 11, 2012 1:21 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Shaman
 
 Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India 
  | 
		  
		    
			  
				
   
	| arunkumar1989 wrote: | 
   
  
	| its solved by myself... | 
   
 
 
 
What was your problem and how did you solve that? Can you please elaborate? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | arunkumar1989 | 
		  
		    
			  
				 Posted: Tue Dec 11, 2012 2:38 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Voyager
 
 Joined: 21 Nov 2012 Posts: 98 Location: Chennai 
  | 
		  
		    
			  
				I have created More then one Messages in Message Set.
 
 
 
I had a doubt ... we just assigning the message set to the input node.
 
 
if i pass any message format which i have created in message set . it will accept.
 
 
Ex :
 
 
I have choosen Message set = XMLNSC.
 
 
Messages 
 
-----------
 
 
CustomerInput
 
CustomerOutput
 
 
Types
 
------
 
 
CustomerInput_t
 
    CustomerID
 
    CustomerDOB
 
 
 
CustomerOutput_t
 
   CustomerID
 
   CustomerName
 
   CustomerDOB
 
   ......
 
 
 
here if i passed as input
 
 
<CustomerInput>
 
     <CustomerID>C0001</CustomerID>
 
     <CustomerName>Arunkumar</CustomerName>
 
</CustomerInput>
 
 
I got result.
 
 
 
Whether I have Passed 
 
 
<CustomerOutput>
 
     <CustomerID>C0001</CustomerID>
 
     <CustomerName>Arunkumar</CustomerName>
 
     <DOB>1988-10-12</DOB>
 
     <Address>Chennai</Address>
 
</CustomerOutput>
 
 
 
It Throws Recoverable Exception.
 
 
 
Because in compute node i have accessed
 
 
SET ID=InputRoot.XMLNSC.CustomerInput.CustomerID.
 
 
 
....
 
 
 
if this will be silly question sorry....
 
 
 
I`m fresher(last week only i have started) for Message Broker.
 
 
 
I`m going to learn MB 8 but before . MB 6.1 wants to practice
 
 
Can any one say what is the difference between 
 
 
MB 6.1 , MB 7.0 and MB 8 | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | kash3338 | 
		  
		    
			  
				 Posted: Tue Dec 11, 2012 3:19 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Shaman
 
 Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India 
  | 
		  
		    
			  
				
   
	| arunkumar1989 wrote: | 
   
  
	
 
Can any one say what is the difference between 
 
 | 
   
 
 
 
Google can say this    | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | arunkumar1989 | 
		  
		    
			  
				 Posted: Tue Dec 11, 2012 3:31 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Voyager
 
 Joined: 21 Nov 2012 Posts: 98 Location: Chennai 
  | 
		  
		    
			  
				k no problem... i will give the explaination for
 
 
Difference between MB 6.1 ,MB 7 and MB 8
 
 
 
Give me some times ....!!!!    | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | smdavies99 | 
		  
		    
			  
				 Posted: Tue Dec 11, 2012 6:06 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Council
 
 Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land. 
  | 
		  
		    
			  
				I refer the honourable poster to the reply I gave earlier
 
[url]PostPosted: Tue Dec 11, 2012 6:44 am [/url]
 
 
What have you tried to look for? There are new features documents and there are performance reports. What more do you need? _________________ WMQ User since 1999
 
MQSI/WBI/WMB/'Thingy' User since 2002
 
Linux user since 1995
 
 
 
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | arunkumar1989 | 
		  
		    
			  
				 Posted: Wed Dec 12, 2012 10:58 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Voyager
 
 Joined: 21 Nov 2012 Posts: 98 Location: Chennai 
  | 
		  
		    
			  
				I got some differences.
 
 
	MB 6.1=============== MB 7																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
In Configuration Settings																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																														
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
Interaction with tools (CMP apps) ====Broker handles connections directly 																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
Deployment====Broker handles barfile deployment 																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
Owner of a domain of brokers====Domains concept has been removed 																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
Managing administrative security====Security managed using MQ 																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
Enforcing administrative security====Broker is policy enforcement point 																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
Manages the pub/sub topology====Pub/sub managed using MQ version 7 tools 																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
Managing subscriptions====Pub/sub managed using MQ version 7 tools 																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
 
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																															
 
Manages the topics hierarchy====Pub/sub managed using MQ version 7 tools _________________ Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |