mq « websphere « Java Enterprise Q&A





1. Websphere MQ message history    stackoverflow.com

My application communicates with another system via IBM Websphere MQ. Sometimes no message comes into my queue but the other system said They already sent to me. So I want to ...

2. How to generate Websphere MQ script?    stackoverflow.com

Many times I use 'mqsc' for create MQ queue manager from script files but I don't know how to generate script files. Thanks

3. How do I browse a Websphere MQ message without removing it?    stackoverflow.com

I'm writing a .NET Windows Forms application that will post a message to a Websphere MQ queue and then poll a different queue for a response. If a response is returned, ...

4. WebSphere MQ Queue creation    stackoverflow.com

I have a queue AIS.CICSUD1.BROKER.DATA accessed by different process IDs such as BO01, BO02, BO03. Can I create the same Queue for diferent process Id's? I tried it on WebSphere ...

5. How do I start an IBM MQ channel in Java?    stackoverflow.com

So my Java process communicates with a remote queue. What happens is at the end of every day, the sender channel on the receiving end is in a stopped state. Is ...

6. How can an IBM WebSphere MQ's Queue Manager's local queues be enumerated?    stackoverflow.com

I'm trying to write a simple tool for monitoring the state of a Queue Manager. One of the things I'd like to monitor is the current queue depth of each ...

7. WebSphere MQ with zLinux    stackoverflow.com

We have an existing J2EE application that uses WebSphere MQ to retrieve data from IMS. The J2EE application sends the IMS transaction name to MQ, which retrieves IMS data. The returned ...

8. Authorization with Websphere MQ 6    stackoverflow.com

I have the server side of IBM's WebSphere MQ version 6 on a virtual machine running Windows Server 2003, sitting on a Vista desktop. The desktop has the client installed. I've got ...

9. Websphere MQ 7.0 + jars compatible with 5.3 and 6.0 MQSeries servers?    stackoverflow.com

I tried connecting jms client with 5.3 / 6.0 MQseries client jars to 7.0+ server, but it threw follwoing exception

com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2423
at com.ibm.mq.MQQueueManager.sequentialConstruct(MQQueueManager.java:904)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:865)
at com.ibm.mq.MQSPIQueueManager.<init>(MQSPIQueueManager.java:83)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2009)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1496)
at ...





10. How to monitor an existing queue from WebSphere MQ?    stackoverflow.com

I have a .NET application that needs to monitor a queue in WebSphere MQ. I need to react to each message without impacting the current process. The client application can't explicity ...

11. AMQP vs Websphere MQ    stackoverflow.com

We're working on an application that supports AMQP for queuing. Some of our clients are using Websphere MQ. I'm just wondering at a high level how interchangeable these two ...

12. Extract messages from IBM Websphere MQ    stackoverflow.com

How to extract messages from MQ(message queue)? Message format in my requirement is String type. Please advice some sites.

13. How to get model queue name for a given dynamic queue (WebSphere MQ)?    stackoverflow.com

I've got a model queue (say, MY.MODEL.QUEUE). I'm opening it in process A and get a dynamic queue created (say, AMQ.WHATEVER). I send a message to another queue, specifying AMQ.WHATEVER as ...

14. Websphere MQ remote queue performance tracing    stackoverflow.com

We have IBM websphere mq set up that accepts message from outside world and transmits message to another internal queue manager. I want to trace time taken for this activity per ...

15. Cannot Create queue on Websphere MQ Explorer V7.0    stackoverflow.com

I have installed Websphere MQ V7. and created queue manager and channels , but the problem is i cannot create any queues on the explorer and when check in the error ...

16. Any books on IBM WebSphere MQ and Oracle DB    stackoverflow.com

Can you suggest some books for IBM WebSphere MQ and Oracle from a developer standpoint?





17. MQMessage exploring (using WebSphere MQ .NET API)    stackoverflow.com

I'm really newbie with WebSphere MQ, but I have one question regarding the MQMessage API. It seems that a receiver of MQMessage should know in advance:

  • The message type that was written (if ...

  • 18. Using Websphere MQ Topic .NET API    stackoverflow.com

    I read this article And still didn't understand the notion of how topics works in MQ. In JMS I know that you can publish a message on a Topic, and ...

    19. Websphere MQ check if object exists    stackoverflow.com

    I would like to use the Websphere MQ Java API to create channels, listeners, queues, etc. Is there a way of checking if a object of a given type, e.g. channel ...

    20. Error creating queue with WebSphere MQ API    stackoverflow.com

    I trying to create queues using PCF command in the WebSphere API as detailed in $MQM_HOME/samp/pcf/samples/PCF_CreateQeue.java. The creation fails when i add a description

    command.addParameter(PCFConstants.MQCA_Q_DESC, "Created using MQMonitor");
    
    I get the error: com.ibm.mq.pcf.PCFException: ...

    21. Subscriber authorisation in WebSphere MQ with MDB    stackoverflow.com

    I have an MDB that looks like this:

    @MessageDriven(mappedName = "jms/TestJeremyTopic ", activationConfig =  {
            @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
        ...

    22. MQ messages disappeared    stackoverflow.com

    I was able to browse the messages in the queues of a particular Queue Manager. At that time my listener ports down to process the messages. So I turned my listener ...

    23. Websphere MQ 6+ certification book    stackoverflow.com

    I wish to learn and complete a certification which gives me an expert edge in WebSphere MQ development+administration. Please suggest useful learning resources (preferably online). Any good book for IBM certification. ...

    24. Renaming Queue in Websphere MQ    stackoverflow.com

    Can we rename a Queue without deleting and recreating it?

    25. MQRC Resource problem in WebSphere MQ    stackoverflow.com

    This is in Cluster Environment. Queue Manager lost its identity in cluster and it is unable to connect to other servers. All channels to repository and others were retrying state. CPU ...

    26. IBM Websphere MQ Monitoring    stackoverflow.com

    I've been trying to get some performance statistics out of IBM WebSphere MQ to monitor with Spring Source's Hyperic HQ. I'm after the message enqueue and dequeue rate along with queue depth ...

    27. WebSphere MQ v7 binding support for Redhat Linux    stackoverflow.com

    Am trying to integrate a J2EE application running on Weblogic 10.3 with WebSphere MQ V7, both running on Redhat Linux Enterprise 5.5 (on the same machine 64 bit Intel Architecture). MDB ...

    28. BizTalk 2006 with WebSphere MQ 7.0    stackoverflow.com

    Does anyone know if BizTalk 2006 MQSeries adapter (server version) supports MQ 7.0 on W2k3? I know R2 does but none of the documentation specifically mentions it.

    29. How do I stop losing messages on MQ    stackoverflow.com

    I am writing a Java application, running in a LINUX environment, that does transactions on an MQ using SYNCPOINT. It uses Websphere MQ Java Classes to interact with the MQ service. ...

    30. Java Client application MQ channel closing issue (Queue manager runs out of resources)    stackoverflow.com

    I have a Java CLient that connects to the Queue manager (MQQueuemanger ) on the server . The queue manager runs out of resources after few runs of the application on the ...

    31. WebSphere MQ: Message keeps toggling between input queue and backout queue    stackoverflow.com

    The logic flow is like this

    1. A message is sent to an input queue
    2. A ProcessorMDB's onMessage() is invoked. Within this method several operations/validations are done
    3. In case of a poison message(msg that application ...

    32. What is meant by binding mode in WebSphere MQ?    stackoverflow.com

    I am working with WebSphere MQ FTE. While reading a document I came across a sentence that the bridge agent connects to local queue manager through binding mode. What is ...

    33. WebSphere MQ recovery of in-flight messages after failover    stackoverflow.com

    Does WebSphere MQ v7 guarantee the recovery of in-flight messages after failover to a standby queue manager? If so, how is this accomplished? Thanks

    34. IBM WebSphere MQ V7 MQQueue setTargetClient MQJMS_CLIENT_NONJMS_MQ deprecated    stackoverflow.com

    Trying to migrate from IBM WebSphere MQ V6 to V7. One of the line that we have is

    ((com.ibm.mq.jms.MQQueue) queue).setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ);
    
    JMSC.MQJMS_CLIENT_NONJMS_MQ shows up as deprecated in V7. What is the proper replacement for the ...

    35. How do I configure WebSphere MQ distribution lists on the server side?    stackoverflow.com

    Does anybody have experience with configuring distribution lists (sending a message to one queue, and having that message be forwarded to several other queues) for Websphere MQ v7? I want to ...

    36. Silly WebSphere MQ questions    stackoverflow.com

    I have two very basic questions on WebSphere MQ - given that I had been kind of administrating it for past few months I tend to think that these are silly ...

    37. WebSphere MQ: How to issue MQSC Commands using the Java API?    stackoverflow.com

    I'm trying to write a small application which connects to a Queue Manager and issues some commands on it, in Java. From what I have read in the documentation, I understand that ...

    38. queue storage filesystem full in websphere mq    stackoverflow.com

    We come across a scenario where disk space was occupied for empty queues in linux environment. Our queue manager ended unexpectedly as the file system become full and we need to empty ...

    39. WS MQ - remove message from a queue    stackoverflow.com

    I am using .net framework to work with ws queues. Is it possible to remove/delete a message from a queue?

    40. Tibco Websphere MQ Adapter    stackoverflow.com

    I want to know all about the MQ adapter starting from what products are necessary to be installed on our machine for configuring and running the adapter locally,o how we create ...

    41. Very slow insert of multiple messages to Websphere MQ    stackoverflow.com

    For testing purpose I want to generate about one million messages to MQ. But after 200-300 messages inserting becomes very slow, near 30 seconds for 100 messages. And after 3700 messages ...

    42. Is WebSphere Application Server v 7.0 compatible with the MQ v 6.0.2.8?    stackoverflow.com

    All, Could some one tell me whether WebSphere Application Server v 7.0 is compatible with the MQ v 6.0.2.8. We have upgraded our WAS 6 to WAS 7 version but we are unable ...

    43. How to put a message on a Websphere MQ Queue from SQL Server sp?    stackoverflow.com

    Is there an API to connect to a Websphere MQ queue from an SQL Server stored procedure and put a message onto a queue? If not, what would be the best way ...

    44. How to identify the websphere MQ listner port is down from code level    stackoverflow.com

    I want to monitor mq listener status whether is up or down. If the connection is down i want to track it down and made a changes accordingly through my program. ...

    45. The best way to check IBM WebSphere MQ 7.0 queue on incoming messages    stackoverflow.com

    I am novice in IBM WebSphere MQ and I would like to ask you about the best approach to solve the following task. I use WebSphere MQ 7.0 and I have implemented ...

    46. Websphere 7 SIB Queue: how to access queue depth from Java?    stackoverflow.com

    I've created some code to access queue depths for a Websphere MQ, but I can't work out if there is an API for accessing a SIB queue, or if I can ...

    47. Performance testing Websphere MQ    jmeter.512774.n5.nabble.com

    Hi, We have built a new java based Websphere MQ system. I want to test the performance of this system. In the actual scenario I've around 10 systems(which includes mainframe and java) sending both synchronous and asynchronous messages to my new system. I've developed a workload model for these messages. I want to know whether we can simulate these loads in ...

    48. resource adapter for connecting Jonas & Websphere MQ    coderanch.com

    I'm using Jonas 4.1 and Websphere MQ 5.3 is to be my JMS provider. These software packages are not my choice, so please don't simply suggest that i use something else. I want to use a resource adapter to connect my Jonas-based JMS client to Websphere MQ. There IS another way to connect the two, which is documented in the Jonas ...

    49. Query in Websphere MQ    coderanch.com

    51. raj_ibm9    ibm.com

    The character encoding option is available so that users can select an export option that is most appropriate for there address book reader. For most users, including users of Lotus Notes and Microsoft Outlook (but not Outlook Express) should always use the default 'International' option. Users of Windows Address Book, Microsoft Outlook Express and may need to select another encoding in ...