jms « websphere « Java Enterprise Q&A





1. QueueConnectionFactory for WebSphere MQ    stackoverflow.com

Does anyone know if there is an implementation of javax.jms.QueueConnectionFactory for WebSphere MQ and where to get it? I Googled it and searched IBM website but couldn't find anything. I don't ...

2. What is the difference between a Dead Letter Queue and a back out Queue?    stackoverflow.com

What is the differece between a dead letter Queue and a back out queue? In WebSpehre MQ terms and in terms of Application Servers. All J2EE app servers have a MQ Provider do ...

3. WebSphere MQ using JMS    stackoverflow.com

I have an application that uses WebSphere MQ Java API along with a configuration (xml) file to access MQ. I would like to migrate to WebSphere JMS API. For this i ...

4. JMS bridge in WebSphere 7.0    stackoverflow.com

How can I define a JMS bridge in WebSphere 7.0 application server?

5. JMS Websphere MQ BytesMessge and TextMessage    stackoverflow.com

I have a Java application that sets a listener on a queue, the onMessage(Message) gets a subclass of javax.jms.TextMessage, how can i make it get a subclass of javax.jms.BytesMessage Note: I don't ...

6. JMS createQueue Trouble    stackoverflow.com

Hi I am having trouble using the createQueue in JMS. I can create a queue successfully but right after I try to do the following and it fails. Any ...

7. WebSphere MQ Low Latency Messaging - Does it have a JMS (or JMS like) API?    stackoverflow.com

We are currently using IBM MQ via JMS, but seem to be pushing through more messages than it can handle - strangely, the problem seems to be intermittent. The messages are prices ...

8. How to programmatically set JAX-WS 2.1 JMS client timeout in WebSphere 7?    stackoverflow.com

I'm converting a JAX-RPC client and service to JAX-WS, and am trying to figure out how to set the client timeout programmatically. This will be a JAX-WS 2.1 client running ...

9. jms message not moving of the queue in websphere    stackoverflow.com

I have a message driven bean that throws exception under certain conditions. When it throws an exception the message is not processed and put back on the queue. From what I ...





10. Browsing a WebSphere MQ Durable Subscription    stackoverflow.com

here is my situation. I want to have a browse function for messages pending on a durable subscription which is using managed queues (so I can not access the subscription's queue ...

11. How do I move messages between queues in Websphere MQ 6    stackoverflow.com

Is there a (Linux) command to move all messages from one queue in Websphere MQ 6 to another queue? I have a queue that has a defined backout queue, but I want ...

12. Viewing Queue and Topic massages in WebSphere 6.1    stackoverflow.com

I need to see the messages in Queues and Topics configured on WebSphere 6.1. I tried to configure HermesJMS, but just couldn't make it work. If someone knows how to make ...

13. Websphere Application Server v7 Configurations without restart?    stackoverflow.com

Does anyone know of any way to make a datasource configuration change in WAS 7 without a complete restart of the app servers? I need to change the database URL ...

14. JMS ConnectionFactory creation error WSVR0073W    stackoverflow.com

I must confess I’m not a JMS aficionado, one of our guys has written a Java webservice client [postcode lookup web service] and from a Remote Java client are calling a ...

15. How to match MQ Server reply messages to the correct request    stackoverflow.com

I'm connecting to an IBM Websphere MQ. I want to be able to match the reply message with the correct request message. I've trawled through hundreds of pages to get this ...

16. Websphere 6.1 to 7.0 JmqiObject and JmsQueue missing    stackoverflow.com

I am trying to migrate an application from Websphere 6.1 to 7.0 I noticed that many of the ibm MQ/JMS classes have changed/disappeared =) In particular, I am getting errors on com.ibm.msg.client.jms.JmsQueue com.ibm.mq.jmqi.JmqiObject it is saying ...





17. ActivationConfig of MDB and ActivationSpec in WebSphere AS 7    stackoverflow.com

I'm currently developing a small EJB 3 application for WebSphere AS 7 with WebSphere-MQSeries. It's a very simple app that mainly consists of one MDB listening on a queue, convert the ...

18. websphere queue priority    stackoverflow.com

We have an application with multiple queues and corresponding MDBs which trigger business logic. The immediate processing of messages in QueueA is vital for business.The messages in QueueB can wait until ...

19. WebSphere MQ message reader (from file)    stackoverflow.com

I have a message dump (binary file) from the WebSphere MQ Broker. Is there any tool I can use to open it and read message metadata (Message Descriptor, Message Header) i.e. ...

20. javax.jms.JMSSecurityException: MQJMS2008: failed to open MQ queue    stackoverflow.com

I have a JMS-based application that I am running in on Websphere 6.0, and am migrating to Websphere 7. Both Websphere servers are backed with a Websphere MQ 6.0 server. ...

21. How can I send a large message to WebSphere MQ through JMS?    stackoverflow.com

There is a built in limitation of 2 MB for the IBM WebSphere MQ JMS interface.
http://www-01.ibm.com/support/docview.wss?uid=swg21221260 Is there a way to bypass that limitation?

22. Can I send batched messages through a Websphere MQ Queue using Java JMS?    stackoverflow.com

I'm working in a project that requires to send multiple messages to another application via asynchronous Websphere MQ messages. Actually I'm opening and closing sessions for every message I send. I ...

23. WAS 7.0 - default interceptors in MDBs    stackoverflow.com

I'm having problems advising MDBs with default interceptors in Websphere 7.0 AS. I have tested the same code using Glassfish AS and it works fine. The strange thing is that ...

24. How are Websphere MQ messages stored to allow persistence?    stackoverflow.com

Are Websphere MQ messages stored in a database or filesystem? Can I configure it to use MySQL?

25. Standalone Java JMS Client for WebSphere MQ    stackoverflow.com

Can I use just WebSphere's jar files with standard JMS to send messages to a WebSphere MQ server, or do I need to download their WebSphere MQ Client?

26. JMS queue in websphere    stackoverflow.com

We are currently using JMS queue in Weblogic. Can we use same JMS queue in Websphere as part of weblogic to websphere migration. Is there any other concept available in websphere which ...

27. Trouble synchronously receiving messages from Queue in Websphere 6.1    stackoverflow.com

I have trouble developing JMS application with Websphere 6.1.0.33 with EJB 3.0 FP. Application has two queues - RequestQueue and ResponseQueue. An MDB is attached to RequestQueue to process messages via Session ...

28. An illegal attempt to commit a one phase capable resource with existing two phase capable resources    stackoverflow.com

I have an MDB in WebSphere 6. The MessageListener is linked to a Tibco EMS queue. In the MDB I'm trying to write to a WebSphere MQ queue. I get the ...

29. IBM WebSphere MQ JMS Jar Files    stackoverflow.com

I am using SAP PI to connect with IBM MQseries (v 5.3). Whenever there is a n/w problem or any outage on WebSphere MQs, the SAP interfaces error out with the message ...

30. to view all websphere MQ messages in JMS call    stackoverflow.com

I use JMS (Java Message Service API) in my java application to work with queues/topics residing on websphere MQ. I am looking for a tool/support pac which can show me all ...

31. How to send and receive messages when IBM Websphere MQ is used    stackoverflow.com

I know that JMS is a messaging standard provided by sun and IBM Websphere MQ is an implementation of JMS. I have always used JMS and never used MQ. So i ...

32. How to set a JMS property in WebSphere MQ's rfhutilc?    stackoverflow.com

I need to send a message to a WMQ queue. RfhUtilc, a part of WebSphere MQ Explorer is the only tool I know. I managed to send a message with the ...

33. Websphere MQ Client installation    stackoverflow.com

I am working on a project where MQ client (Support PAC 7) is installed on one 64-bit Linux machine and it sends messages to server. On client machine we are using 64-bit ...

34. WebSphere SIB vs MQ ? what is the best option to go for asynchronous messaging from within a J2EE application running on WebSphere?    stackoverflow.com

Requirement :Need to Handle web service request asynchronously. My application is a EJB 3.0 Stateless Session Bean exposed as web service developed using RAD and deployed on a load balanced WebSphere 7.0 ...

35. alternative to HermesJMS tool for WebSphere MQ    stackoverflow.com

I have been facing issues in pasting an XML message to a IBM WebSphere MQ queue via HermesJMS. During my search, I had also thought of finding out an alternative if ...

36. Message Groups in WebSphere MQ    stackoverflow.com

I have a requirement that I need to process JMS Messages (via MDB) in a way that Messages belonging to a certain group (a group ID is set) are consumed by ...

37. Sending message to WebSphere MQ    stackoverflow.com

I have queue name, host name, port, channel, queue manager, Get and Put option details of IBM WebSphere MQ queue. Is it possible to send a message to the queue with the ...

38. JMS Sampler: MCAUSER for Websphere MQ    jmeter.512774.n5.nabble.com

39. NPE with JMS Publisher to Websphere MQ version 6    jmeter.512774.n5.nabble.com

I am getting the following error when I try to publish to a topic using Websphere MQ version 6 and Jmeter version 2.2 2006/10/26 10:08:09 WARN - jmeter.extractor.BeanShellPostProcessor: Problem in BeanShell script org.apache.jorphan.util.JMeterException: Error invoking bsh method eval 2006/10/26 10:08:09 INFO - jmeter.threads.JMeterThread: Thread Write Notification Tests Thread Group 1-1 is done 2006/10/26 10:08:09 INFO - ...

40. WebSphere MQ & JMS point-to-point sampler    jmeter.512774.n5.nabble.com

Good afternoon, all. I am looking to create some tests against Websphere MQ Series queues and I would like to use JMeter's JMS capabilities. I have read through the docs for ActiveMQ and I've seen a number of posts on the list re: WSMQ, but no example configurations. What JAR's need to be in JMeter's classpath? Do I need to use ...

41. JMS default messaging in Websphere 6.0    forums.oracle.com

// Finding the WAS QueueConnectionFactory javax.jms.ConnectionFactory qcf = (javax.jms.ConnectionFactory) initCtx.lookup(JMSCF_JNDI_NAME); // Finding the Queue Destination Destination q = (Destination) initCtx.lookup(JMSQ_JNDI_NAME); // Create JMS Connection Connection connection = qcf.createConnection(); // Create JMS Session Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE); // Create MessageProducer and TextMessage MessageProducer queueSender = session.createProducer(q); TextMessage outMessage = session.createTextMessage(); outMessage.setText(messageText); // Set type and destination and send outMessage.setJMSType("package_received"); outMessage.setJMSDestination(q); queueSender.setDeliveryMode(DeliveryMode.NON_PERSISTENT); ...