| Author | Message | 
  		
		  |  Topic: materials  for Test 297 | 
  		
		  | amurugan 
 Replies: 2
 Views: 2670
 
 |  Forum: General Discussion   Posted: Tue Jun 07, 2005 9:19 am   Subject: materials  for Test 297 | 
  		
		  | Hi , To pass Test 297: IBM WebSphere MQ V5.3 Solution Development , what are the manuals/docs/materials should we go through .Is this exam is independent of O/S.
 
 
 Thanks
 Arun
 | 
  		
		  |  Topic: request for new forum for certifications | 
  		
		  | amurugan 
 Replies: 2
 Views: 2172
 
 |  Forum: General Discussion   Posted: Mon Jun 06, 2005 11:58 am   Subject: request for new forum for certifications | 
  		
		  | hI, I have a request for  starting a new forum for discussing about  mq certifications and another forum for certifications results . I think people would get  benefited by it .
 
 cheers
 Arun
 | 
  		
		  |  Topic: Configuring Destinations in weblogic | 
  		
		  | amurugan 
 Replies: 1
 Views: 2277
 
 |  Forum: IBM MQ Java / JMS   Posted: Tue Jun 25, 2002 6:48 pm   Subject: Configuring Destinations in weblogic | 
  		
		  | hi raj , I think you are not clear  between weblogic and  mqseries . let me try to explain .
 
 
 in weblogic  if you need to define destinations in the console first you gotto define ajms server  ...
 | 
  		
		  |  Topic: MQJMS2013 | 
  		
		  | amurugan 
 Replies: 1
 Views: 3020
 
 |  Forum: IBM MQ Java / JMS   Posted: Tue Jun 18, 2002 7:59 pm   Subject: MQJMS2013 | 
  		
		  | hi , yes  what u said may be correct , the user id you are using to connect might not have sufficient privilege to connect .  you shuld grant the privielge using set mqaut  command .  the other thi ...
 | 
  		
		  |  Topic: Need help writing a java adapter using XA | 
  		
		  | amurugan 
 Replies: 1
 Views: 2310
 
 |  Forum: IBM MQ Java / JMS   Posted: Tue Jun 18, 2002 6:49 pm   Subject: Need help writing a java adapter using XA | 
  		
		  | hi kamy , if you are going to use mqseries as transaction manager to  db2 then you need not using the xa capabilities of db2 rather  you have to  do some configuration the qm.inin giving the name of ...
 | 
  		
		  |  Topic: Beginning to use MQ/JMS/Weblogic | 
  		
		  | amurugan 
 Replies: 2
 Views: 3018
 
 |  Forum: IBM MQ Java / JMS   Posted: Tue Jun 18, 2002 6:44 pm   Subject: Beginning to use MQ/JMS/Weblogic | 
  		
		  | hi rajani , let me throw some light on this .  weblogic 5 .1 provides jms support  . it means that it  has  its own jms implemenation. Moreover weblogic 5.1 does nto provide interoperability with o ...
 | 
  		
		  |  Topic: MQ JMS and Weblogic MDBs | 
  		
		  | amurugan 
 Replies: 2
 Views: 2733
 
 |  Forum: IBM MQ Java / JMS   Posted: Tue May 28, 2002 6:49 pm   Subject: MQ JMS and Weblogic MDBs | 
  		
		  | hi dave , we have deployed mdbs  in weblogic  in production  environment .  if you   are having any problems in  deploying mdbs in weblogic  let me know
 
 Regards,
 Murugan
 | 
  		
		  |  Topic: Documentation resources? | 
  		
		  | amurugan 
 Replies: 1
 Views: 2642
 
 |  Forum: IBM MQ Java / JMS   Posted: Thu May 23, 2002 4:25 pm   Subject: Documentation resources? | 
  		
		  | hi , why dont u download mqseries for java where  they discuused abt pub/sub using jms and how to implement it .
 
 cheers,
 Murugan
 | 
  		
		  |  Topic: Best way of reading a JMSBytesMessage message | 
  		
		  | amurugan 
 Replies: 2
 Views: 6641
 
 |  Forum: IBM MQ Java / JMS   Posted: Thu May 23, 2002 4:16 pm   Subject: Best way of reading a JMSBytesMessage message | 
  		
		  | hi javi , what you said was  right . Unlike the mqseries base java apis where you can get the message length   theres no instance variable or method from where we can get the messages length . but  ...
 | 
  		
		  |  Topic: Set MQRFH using JAVA | 
  		
		  | amurugan 
 Replies: 5
 Views: 6105
 
 |  Forum: IBM MQ Java / JMS   Posted: Wed May 22, 2002 10:40 pm   Subject: Set MQRFH using JAVA | 
  		
		  | hi nanda , since you are using mq base java apis . u  can set the  values for the fields in the message header using the  the  variables found in the com.ibm.mq.MQMessage itself. dont get confused r ...
 | 
  		
		  |  Topic: Set MQRFH using JAVA | 
  		
		  | amurugan 
 Replies: 5
 Views: 6105
 
 |  Forum: IBM MQ Java / JMS   Posted: Wed May 22, 2002 7:59 pm   Subject: Set MQRFH using JAVA | 
  		
		  | hi nanda , MQRFH2 is a jms specific header created to map with the orignal MQRFH .if you can check the fields between  the two headers they are the same . so whateva  values you set using the mappin ...
 | 
  		
		  |  Topic: mq jms using non system default queus for pub/sub | 
  		
		  | amurugan 
 Replies: 10
 Views: 12807
 
 |  Forum: IBM MQ Java / JMS   Posted: Wed May 22, 2002 6:30 pm   Subject: mq jms using non system default queus for pub/sub | 
  		
		  | hi , Have u defined the queues  by altering the script provided by mq series or have u defined  by yourself . kindly verify the definitions. i think its a  defnition problem and also  check whether ...
 | 
  		
		  |  Topic: Set MQRFH using JAVA | 
  		
		  | amurugan 
 Replies: 5
 Views: 6105
 
 |  Forum: IBM MQ Java / JMS   Posted: Wed May 22, 2002 6:28 pm   Subject: Set MQRFH using JAVA | 
  		
		  | hi nanda , 
 have u gone thru the  jms doc where  they have discussed the mappings between  jms header fields and the  mqrfh  fields . let me know
 
 cheers,
 Murugan
 | 
  		
		  |  Topic: How do I send a msg to the dead letter queue | 
  		
		  | amurugan 
 Replies: 5
 Views: 5264
 
 |  Forum: IBM MQ Java / JMS   Posted: Tue May 21, 2002 7:06 pm   Subject: How do I send a msg to the dead letter queue | 
  		
		  | hi peter , thanks for the info .  we are actually following the    same mechanism as you said for handling poisoned messages
 | 
  		
		  |  Topic: How do I send a msg to the dead letter queue | 
  		
		  | amurugan 
 Replies: 5
 Views: 5264
 
 |  Forum: IBM MQ Java / JMS   Posted: Tue May 21, 2002 7:05 pm   Subject: How do I send a msg to the dead letter queue | 
  		
		  | hi peter , thanks for the info .  we are actually following the    same mechanism as you said for handling poisoned messages
 |