• Send Messages to WebSphere MQ 7.0

    Purpose The purpose of this article is to show how to send message to WebSphere MQ 7.0 using a java client.   How to DO?Implementation  package com.nuwan.poc.queueserviceadaptor.ejb; import com.ibm.msg.cli...
    Profile Photo
    last modified by daffy
  • JBoss 5.0.0 Integration with WebSphereMQ

    Index Versions, Environment, and Assumptions High-Level Steps Resources Versions, Environment, and AssumptionsVersions & Environment JDK 1.6 JBss 5.0.0 WebSphere 7.0.1.0 Assubptions I assume you already ...
    Profile Photo
    last modified by daffy
  • How to assign a customprincipal in MDB

    Hello Community!   I've got a problem with principal (JAAS) in my MDB.   A Java-Client calls a remote secured SLSB (CLIENT_PRINCIPAL) on JBoss after successful login (JAAS). This SLSB sends a message to my...
    Profile Photo
    last modified by torstenknopp
  • READ THIS FIRST

    This forum is for user problems related to JMS (Java Message Service) and MDB (Message Driven Beans) It is also the support forum for JBossMQ   Tips on asking questions the correct way to get an answer http://jb...
    Profile Photo
    last modified by adrian.brock
  • JMS Clustering By Example

    It's amazing how the JBoss Team put together an easy way to do JMS Clustering, out of the box!!. I'll start with an easy example, creating a Queue named "MyClusteredQueue". In this example I'm using  JBoss AS...
    Profile Photo
    last modified by felipeg48