| Author | 
		  Message | 
  		
  		
		     Topic: Max message size in JMS (client mode)? | 
  		
  		
		  araghav
  
	  	  Replies: 4 Views: 4844
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Jul 11, 2002 7:32 am   Subject: Thanks. Got it | 
  		
  		
		  We were also getting 2030.
 
 Apparently we were using utility (Command MQ) which didn't allow us
 to change channel. We were able to alter it using native Unix command - runmqsc.
 
 It is working now ... | 
  		
  		
		     Topic: Max message size in JMS (client mode)? | 
  		
  		
		  araghav
  
	  	  Replies: 4 Views: 4844
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Jul 11, 2002 4:06 am   Subject: Max message size in JMS (client mode)? | 
  		
  		
		  I assume by server connection channel, you mean Java.Channel. We are only using Java.Channel to write to the local Queue using TCP/IP Client binding.
 
 Apparently, message size on Java.Channel can no ... | 
  		
  		
		     Topic: Max message size in JMS (client mode)? | 
  		
  		
		  araghav
  
	  	  Replies: 4 Views: 4844
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Jul 10, 2002 11:09 am   Subject: Max message size in JMS (client mode)? | 
  		
  		
		  We are trying to send messages greater than 5 MB through JMS. It is failin with reason codde 2030. We have checked Q and QM size and they have been updated for 20 MB size.
 We can not use bufferlength ... | 
  		
  		
		     Topic: Design question on Dispacter | 
  		
  		
		  araghav
  
	  	  Replies: 2 Views: 2396
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Jul 10, 2002 11:05 am   Subject: Design question on Dispacter | 
  		
  		
		  | - We want to keep our logic in EJB. As it is not possible to open session , receive message and pass that message to EJB (it will keep master thread occupied as transaction will only be committed once ... | 
  		
  		
		     Topic: Design question on Dispacter | 
  		
  		
		  araghav
  
	  	  Replies: 2 Views: 2396
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Jul 09, 2002 12:44 pm   Subject: Design question on Dispacter | 
  		
  		
		  I am trying to come with dispatcher design and for some reason it does not look effecient. Please let me know if you have any feedback on this.
 
 We have 2 queues. Each queue will have a asynchronous ... | 
  		
  		
		     Topic: JMS Resource Providers: WAS vs WSAD | 
  		
  		
		  araghav
  
	  	  Replies: 3 Views: 3856
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Jun 28, 2002 6:11 am   Subject: MDB on WSAD? | 
  		
  		
		  Can you built MDB on WSAD? I myself want to use MDB on WSAD 4.0.2 and so far I unable to find any documentation on this feature. Can you please send me some pointers. 
 Thanks | 
  		
  		
		     Topic: Java Error while opening QueueManager | 
  		
  		
		  araghav
  
	  	  Replies: 11 Views: 9396
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Jun 10, 2002 4:42 am   Subject: Try to run through non-Java program | 
  		
  		
		  | Have you tried to put message through any other program / utility, like first-step utility or anything else. This will let you know if error is due to MQ Set up or you are getting it because of Java c ... | 
  		
  		
		     Topic: EJBs and transactions | 
  		
  		
		  araghav
  
	  	  Replies: 1 Views: 4722
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue May 28, 2002 5:42 am   Subject: Have you tried any sample code with transaction object | 
  		
  		
		  I am not expert, but here are my 2 cents -
 
 One of the reason could be that you are making JMS/MQSeries call using client binding mode. If thats not the case, I will say you will be better of by run ... | 
  		
  		
		     Topic: JMS Error MQJMS2014 - Reason 2012 when using XA API | 
  		
  		
		  araghav
  
	  	  Replies: 2 Views: 3298
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri May 24, 2002 10:57 am   Subject: But JMS | 
  		
  		
		  Stefan,
 
 Thanks for confirming my doubts.
 
 This is true for MQ Java APIs but not completely true for JMS. When I tried with JMS API, transaction worked partly. What I mean by partly is - I can use ... | 
  		
  		
		     Topic: JMS Error MQJMS2014 - Reason 2012 when using XA API | 
  		
  		
		  araghav
  
	  	  Replies: 2 Views: 3298
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri May 24, 2002 7:51 am   Subject: JMS Error MQJMS2014 - Reason 2012 when using XA API | 
  		
  		
		  I am getting JMSException (see description below) when trying to call MQXAQueueConnectionFactory.createXAQueueConnection().
 I am running program on VAJ (3.5), with JMS in client transport mode.
 I ha ... | 
  		
  		
		     Topic: Can I use transaction capability of JMS / MQ Java? | 
  		
  		
		  araghav
  
	  	  Replies: 4 Views: 3221
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri May 24, 2002 6:34 am   Subject: Websphere is Tx manager | 
  		
  		
		  | Thanks for information. I want to use WebSphere as Tx Manager and want MQSeries to participate in 2 phase commit. When I was going through MQ Java Base class description, I found that distributed tran ... | 
  		
  		
		     Topic: Can I use transaction capability of JMS / MQ Java? | 
  		
  		
		  araghav
  
	  	  Replies: 4 Views: 3221
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue May 21, 2002 4:06 am   Subject: Can I use transaction capability of JMS / MQ Java? | 
  		
  		
		  We want to use transaction capabality of MQSeries (single and 2 phase commit). Our application will run in client mode (JVM is not physically on same machine as MQ Series)
 Which one is better choice  ... |