| Author | 
		  Message | 
  		
  		
		     Topic: MQJMS security exception | 
  		
  		
		  karthikravi
  
	  	  Replies: 1 Views: 2404
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Jul 11, 2005 1:16 am   Subject: MQJMS security exception | 
  		
  		
		  Can anyone tell me how to setup permissions for Queue to users.
 
 Queue Mgr - PCE
 Queue Name - pce
 Port -1415
 
 Error: javax.naming.NamingException: Unable to connect to the admin queue. Excep
 ti ... | 
  		
  		
		     Topic: Need sample code to connect to MQ using JMS. | 
  		
  		
		  karthikravi
  
	  	  Replies: 6 Views: 6592
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Jul 05, 2005 6:23 am   Subject: Need sample code to connect to MQ using JMS. | 
  		
  		
		  Googling didn't help. Can anyone provide me with some sample code.
 
 This exception occurs even when i have set the 
 prop.put("SECURITY_AUTHENTICATION", "NONE");
 
 javax.naming.NamingException: Una ... | 
  		
  		
		     Topic: Need sample code to connect to MQ using JMS. | 
  		
  		
		  karthikravi
  
	  	  Replies: 6 Views: 6592
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Jul 05, 2005 6:02 am   Subject: Need sample code to connect to MQ using JMS. | 
  		
  		
		  Hi,
 
 I'm very new to MDB and MQ. I need sample code with configurations on how to pickup messages from MQ using MDB and JMS. Thanks in advance.
 
 I'm using RAD 6 and MQ series 6.
 
 Thanks,
 Karthi ... | 
  		
  		
		     Topic: MQ JMS error | 
  		
  		
		  karthikravi
  
	  	  Replies: 8 Views: 11732
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Jul 05, 2005 6:00 am   Subject: MQ JMS error | 
  		
  		
		  Added mqcontext.jar and com.ibm.mq.pcf.jar and encounetred the following,
 
 
 PROVIDER_URL = "localhost:1414/SYSTEM.DEF.SVRCONN";
 prop.put("java.naming.factory.initial", "com.ibm.mq.jms.context.WMQI ... | 
  		
  		
		     Topic: MQ JMS error | 
  		
  		
		  karthikravi
  
	  	  Replies: 8 Views: 11732
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Jul 05, 2005 5:31 am   Subject: MQ JMS error | 
  		
  		
		  Thats wht i need to know. i use RAD6 and I need to know where i can configure the initial context and provider url. Let me know wht are the initial properties that need to be set.
 
 Thanks,
 Karthik. | 
  		
  		
		     Topic: MQ JMS error | 
  		
  		
		  karthikravi
  
	  	  Replies: 8 Views: 11732
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Jul 05, 2005 5:07 am   Subject: MQ JMS error | 
  		
  		
		  Hi,
 
 That error is resolved as of now, i get the following when i try to set the Initial context. I have defined the following,
 
 private static String QUEUE_NAME = "JMSQueue";
     private static  ... | 
  		
  		
		     Topic: MQ JMS error | 
  		
  		
		  karthikravi
  
	  	  Replies: 8 Views: 11732
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Jul 04, 2005 2:55 am   Subject: MQ JMS error | 
  		
  		
		  Hi,
 
 I'm getting the following error when i try to run my MDB.. 
 
 Error code - MQJMS1091
 
 Any idea wht it means.
 
 Regards,
 
 Karthik. | 
  		
  		
		     Topic: MQ series and Spring | 
  		
  		
		  karthikravi
  
	  	  Replies: 0 Views: 1841
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Jun 30, 2005 7:02 am   Subject: MQ series and Spring | 
  		
  		
		  Hi,
 
 I'm new to MQ and Spring. I have to configure the applicationContext-jms.xml file to use the queue i had set up in MQ. 
 
 <bean id="destination" class="org.activemq.message.ActiveMQQueue"&g ... |