Suppose $X~Poisson(\mu_1)$ and $Y~Poisson(\mu_2)$ and $X$ and $Y$ are independent.
Then $p(x,y;\mu_1, \mu_2)=(exp(-\mu_1-\mu_2)\cdot \mu_1^x \mu_2^y/(x!y!)$.
How do I obtain a general expression for the probability of $m$ where $x+y=m$ (where $m$ is a non-negative integer).
Define $M = X + Y$. I like to use upper case letters for random variables. Then:
$P(M=m)=P(X+Y=m)=\sum_xP(Y=m-x|X=x) P(X=x)$.
I hope the above helps give you a start with the problem.