citrusframework / citrusframework/citrus

citrus_jms_expiration does not map to JMSExpiration

Open
#690 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
485
Forks
155
Avg merge
4d 22h
Merged PRs (30d)
6

Description

**Citrus Version**
2.8.0

**Expected behavior**
value set for citrus_jms_expiration should be mapped to JMSExpiration

**Actual behavior**
value is not mapped

**Test case sample**
> Please, share the test case (as small as possible) which shows the issue
@Test
public class ExpirationIT extends TestNGCitrusTestDesigner {

@CitrusTest(name = "ExpirationTest")
public void sendMessage() {
send("endpoint")
.header("citrus_jms_expiration", 1000) // .header("citrus_jms_expiration", "1000")
.payload("payload");
}
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.