You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/09/12 02:11:19 UTC

[Bug 56972] New: Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber.

https://issues.apache.org/bugzilla/show_bug.cgi?id=56972

            Bug ID: 56972
           Summary: Unable to Publish JMS Msg for Tibco EMS using Jmeter
                    Publisher/Subscriber.
           Product: JMeter
           Version: 2.11
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: gnanasekaran.n@niit-tech.com

When trying to generate script for testing TIBCO EMS middleware by publishing
messages to the JMS queue using JMeter.
The messages don't get published successfully to the queue. It say publish the
msg sucessfully. Using Jmeter when we were pointing to TEST, publishing a
message to the topic bound to the JNDI name “xxxTopic” (which is mapped to
.TEST..xxxx.REQUEST), passing in  JMSReplyTo=TEST.JMTR.xxx.RESPONSE.  
Onthe WebSphere log file and confirmed that the xxx service received the
JMSReplyTo property and its value was null. However the no response is
received. When checked in the EMS server the messages do have null value for
the "JMSReplyTo"string and hence not able to find the Response queue and timing
out.
Request you to please provide a possible solution for Tibco JMS testing.
We had taken necessary Tibco Jar files for publishing the msg.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56972] Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56972

--- Comment #3 from NGS <gn...@niit-tech.com> ---
Created attachment 32028
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32028&action=edit
Jmeter Log file

Here is the log file after the execution of the Test plan

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56972] Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56972

NGS <gn...@niit-tech.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gnanasekaran.n@niit-tech.co
                   |                            |m

--- Comment #2 from NGS <gn...@niit-tech.com> ---
Created attachment 32027
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32027&action=edit
Jmeter Test Plan script

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56972] Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56972

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Wed Oct  1 18:57:25 2014
New Revision: 1628809

URL: http://svn.apache.org/r1628809
Log:
Bug 56972 - Unable to Publish JMS Msg for Tibco EMS using Jmeter
Publisher/Subscriber.
Fix java.lang.ArithmeticException: / by zero
Bugzilla Id: 56972

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/visualizers/TableSample.java

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56972] Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56972

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
                 OS|                            |All
           Severity|critical                    |normal

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
Could you show your test plan please ?
And attach jmeter.log file ?

Thank you

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56972] Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56972

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #6 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Closing as we got no feedback after the fix of 57052 and cannot reproduce after
the fix.

*** This bug has been marked as a duplicate of bug 57052 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56972] Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56972

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
I analysed your issue and found another issue fixed now in nightly build:
https://issues.apache.org/bugzilla/show_bug.cgi?id=57052

Once this issue is fixed, I am not able to reproduce your issue as my tests on
ActiveMQ don't show any problem.

I read this:
https://docs.tibco.com/pub/businessevents/5.1.2/doc/html/tib_be_developers_guide/wwhelp/wwhimpl/common/html/wwhelp.htm#href=channels.05.17.htm&single=true

And it seems setting property JMSReplyTo should be fine as per this:
If an event has a string type property named JMSReplyTo (case sensitive), TIBCO
BusinessEvents reads this event property value as a JMS queue or topic name,
according to the event's default destination type. TIBCO BusinessEvents looks
up the javax.jms.Destination on the connected JMS server using this queue or
topic name. If TIBCO BusinessEvents cannot find one, it creates a new
javax.jms.Destination using the given queue or topic name. TIBCO BusinessEvents
then sets the JMSReplyTo header property of the outgoing JMS message using this
destination 

Can you try again with nightly build and see it it's working ?
See http://jmeter.apache.org/nightly.html

Installing JMeter runtime
Download the _bin and _lib files
Unpack the archives into the same directory structure
The other archives are not needed to run JMeter. 

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.